Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
10answers
1k views

Split a sentence into separate words

I need to split a Chinese sentence into separate words. The problem with Chinese is that there are no spaces. For example, the sentence may look like: 主楼怎么走 (with spaces it would be: 主楼 怎么 走). At the ...
10
votes
5answers
169 views

How to extract a stroke from a Chinese character

I've been trying many times to create an algorithm to extract stroke information from Chinese characters. I've tried various methods but none was very satisfying, probably because of my limited ...
8
votes
5answers
130 views

What characters are NOT present in Unicode?

I have heard that some characters are not present in the Unicode standard despite being written in everyday life by populations of some areas. Especially I have heard about recent Chinese first names ...
8
votes
2answers
4k views

What's the complete range for Chinese characters in Unicode?

U+4E00..U+9FFF is part of the complete set,but not all
4
votes
3answers
91 views

Prevent browser converting '\n' between lines into space (for Chinese characters)

Converting newline into space makes sense for English, for example, the following HTML <p> This is a sentence. </p> We get the following after converting the newline into space in the ...
4
votes
1answer
157 views

Python: How to force a “print” to use __unicode__ instead of __str__, or otherwise naturally “print” the message without explicitly calling unicode()

Basically I just want to be able to create instances using a class called Bottle: eg class Bottle(object):... and then in another module be able to simply "print" any instance without having to hack ...
4
votes
1answer
289 views

Is it not possible to Paste Chinese Characters on Windows Form Text Box

I am working on a WinForm App and I have a text box where I am pasting texts from Google Translator. I have got positive results with several Sematic and Indo Languages but Chinese characters appear ...
3
votes
3answers
53 views

BlackBerry - language support for Chinese

I have localised my app by adding the correct resource files for various European languages / dialects. I have the required folder in my project: ./res/com/demo/localization It contains the ...
3
votes
2answers
64 views

Why does the display language for Simplified Chinese resort to ISO code?

import java.io.UnsupportedEncodingException; import java.util.Locale; public final class ForeignTextDemo { public static void main(String[] args) throws UnsupportedEncodingException { ...
3
votes
2answers
229 views

How to print [Simplified] Chinese characters to Eclipse console?

I have the following code: import java.io.PrintStream; import java.io.UnsupportedEncodingException; import java.util.Locale; public final class ChineseCharacterDemo { public static void ...
3
votes
1answer
423 views

problem posting chinese characters to my search form

I'm having a bit of trouble posting chinese characters to a search form. It works great on localhost but not on my website. The search input is this: 假发 The resulting url on localhost: ...
3
votes
3answers
536 views

Convert chinese characters to hanyu pinyin

Suggestions of software libraries which are able to convert from chinese characters to hanyu pinyin please? E.g. 你 --> Nǐ 马 --> Mǎ More Info: Either accents or numerical forms of hanyu pinyin ...
3
votes
3answers
405 views

How do you sort CJK (Asian) characters in Perl, or with any other programming language?

How do you sort Chinese, Japanese and Korean (CJK) characters in Perl? As far as I can tell, sorting CJK characters by stroke count, then by radical, seems to be the way these languages are sorted. ...
3
votes
3answers
212 views

Freely available dictionary data for Chinese, Japanese, CJK characters

I am developing an online CJK character dictionary application, and already found the following databases: Unicode Unihan Database Jim Breen's JMDict and KanjiDic CEDict HanDeDict As I am looking ...
2
votes
1answer
70 views

Where can I find a Free Chinese Handwritten Recognition engine for Android/IPhone?

I am interested in developing something that will make use of Chinese handwritten recognition software on smart phones. Before I get started I wanted to check to see if there was any free (for open ...
2
votes
1answer
135 views

How to get stroke count of Chinese character?

How to get stroke count of Chinese character? Example> 一 => 1 十 => 2 日 => 4
2
votes
1answer
363 views

Encoding mail subject (SMTP) in Python, problem with non-ASCII character

I am using Python module MimeWriter to construct a message and smtplib to send a mail constructed message is: file msg.txt: ----------------------- Content-Type: multipart/mixed; from: ...
2
votes
1answer
299 views

How can I embed Traditional Chinese characters in an actionscript project?

I'm having some issue with embedding Traditional Chinese characters from the Arial Unicode MS font. I've used the character set described here (0x4E00 - 0x4FFF). I will need to display text using the ...
2
votes
1answer
201 views

PHP Chinese Captcha

Is there a captcha available for PHP which displays Chinese characters but isn't JavaScript dependent?
2
votes
2answers
189 views

What is the encoding of Chinese characters on Wikipedia?

I was looking at the encoding of Chinese characters on Wikipedia and I'm having trouble figuring out what they are using. For instance "的" is encoded as "%E7%9A%84" (see here). That's three bytes, ...
2
votes
2answers
528 views

jquery validate: how to validate user name minlength differently for Chinese and English characters?

I'm using the jQuery.validate plugin to validate inputs for my user registration form. I've got the simple case working(make sure user name is at least 6 characters) $('#new_user').validate({ ...
2
votes
1answer
207 views

IE Chinese characters

I am currently working on a site which has some pages displaying Chinese characters. These display fine on Firefox however on IE I receive a simple box where the character should be. I thought this ...
2
votes
2answers
1k views

Language codes for simplified Chinese and traditional Chinese?

We are creating multi-language subsites on our website. I would like to use the 2-letter language codes. Spanish and French are easy. They will get URLs like: mydomain.com/es mydomain.com/fr ...
2
votes
1answer
284 views

How to determine if the user prefers simplified or traditional Chinese characters

In an Android app, is there a standard way to determine whether a user prefers simplified or traditional Chinese characters? I know next to nothing about Chinese, but I do know from Wikipedia that ...
2
votes
3answers
405 views

How to set the attatchment file name with chinese characters in C# SmtpClient programming?

my code is as below: ContentType ct = new ContentType(); ct.MediaType = MediaTypeNames.Application.Octet; ct.Name = "这是一个很长的中文文件名希望能用它在附件名中.Doc"; Attachment attach = new Attachment(stream, ct); ...
2
votes
1answer
224 views

How do I paste Chinese text into an html snippet with no UTF-8 meta tag?

I have some pages I'm copying Chinese text into from a Word doc. I have 2 kind of HTML documents. Some are parent pages, with a full head tag, and meta tag, where I have spec'd: <meta ...
2
votes
1answer
355 views

flash as3 embeding simplified chinese - massive file size

So I am trying to embed some simplified Chinese into my flash file. When I turn off embed fonts the flash file is fine. If I add simplified chinese char set it makes the swf massive. Is there a way ...
2
votes
3answers
4k views

How can I make Chinese characters show in IE8 without forcing compatibility mode?

All the solutions for this issue say to use <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />, which works because it forces the browser to render in compatibility view (i.e. as if ...
2
votes
0answers
139 views

how to download Big5 webpage using RCurl in R?

I am trying to use RCurl to download a webpage encoding in Big5, but the encoding is not right. I have been toying with the "encoding" parameters for a while but no use, any suggestions? Thanks.
2
votes
2answers
424 views

Recognizing a character to be Chinese and get Chinese “pinyin” phonetics from simplified characters?

Is it possible to A) find out if a character is Chinese (simplified) and in that case B) get the pinyin? example: 你好 => nǐhǎo using java or php? Cheers
2
votes
4answers
551 views

'𠂉' Not a valid unicode character, but in the unicode character set?

Short story: I can't get an entity like '𠂉' to store in a MySQL database, either by using a text field in a Ruby on Rails app (with default UTF-8 encoding) or by inputting it directly with a ...
2
votes
2answers
200 views

How do you get the glyph for a character encoded as '&#333;' from a utf-8 encoded database field using php?

I have a MySQL database table with a collation of 'utf8_general_ci' and the value in the field is: x & #299; bán yá wén (without the spaces). When this is converted (for example by ...
2
votes
3answers
808 views

Unicode aware CSV parser in Java

I'm looking for Java implementation of CSV (comma separated values) parser with proper handling of Unicode data, e.g. UTF-8 CSV files with Chinese text. I suppose such a parser should internally use ...
1
vote
0answers
31 views

Javascript - Detecting chinese character input like Google docs

I'm trying to reliably detect when chinese characters are inserted into a text box. If I add keyup, keydown, and keypress handlers to an input field, no event is fired when the user selects a chinese ...
1
vote
1answer
63 views

How to draw Thai/Chinese strings in J2ME?

I'm trying to draw Thai/Chinese strings on a J2ME Canvas using graphics.drawString(string, i, i, aAnchor); but the device hangs when I do so. When I use SOP on string, it displays ?????????. I've ...
1
vote
1answer
97 views

Detect chinese character in a string VB.NET

Is there a way to detect a Chinese character in a string which is build like this: dim test as string = "letters 中國的" Now I want to substring only the Chinese characters. But my code is database ...
1
vote
1answer
75 views

PHP chinese character IMAP

I retrieve data from an email through IMAP and i want to detect (via PHP) whether the body have characters in Chinese, Japanese, or Korean programmatically. I know to encoding but no to detect ...
1
vote
1answer
120 views

Detect chinese character using perl?

Is there any way to detect chinese character using perl? And is there any way on how to split chinese character with symbol dot '.' perfectly ?
1
vote
1answer
113 views

Regex replace with correct spacing

I need help on some regex problem with chinese characters in python. "拉柏多公园" is the correct form of the word, but in a text i found "拉柏 多公 园", what regex should i use to replace the characters. ...
1
vote
3answers
861 views

Android default charset when sending http post/put - Problems with special characters

I have configured the apache httpClient like so: HttpProtocolParams.setContentCharset(httpParameters, "UTF-8"); HttpProtocolParams.setHttpElementCharset(httpParameters, "UTF-8"); I also include the ...
1
vote
3answers
604 views

OutputStreamWriter's flush method throws IOException when trying to write chinese characters

Below is the code I am using to send SOAP requests in my Android app and it works fine with all requests except one. This code throws IOException : Content-length exceeded on wr.flush(); when there ...
1
vote
2answers
609 views

convert unicode into character with ruby

I found a dictionary of Chinese characters in unicode. I'm trying to build a database of Characters out of this dictionary but I don't know how to convert unicode to a character.. p ...
1
vote
4answers
1k views

Simplified chinese unicode table

Where can I find a unicode table showing only the simplified chinese charaters? I have searched everywhere but cannot find anything. UPDATE : I have found that there is another encoding called GB ...
1
vote
2answers
206 views

what is the byte length for different character set in java?

I want to know the different byte length of character set provided by JVM. For example, ASCII, non-acsii char set, chinese characters and so on. Any idea thanks :)
1
vote
3answers
1k views

Cannot Display Chinese Character in my PHP code

I want to display my Twitter Info in my blog. So I write some code to get it. the issue I got is that Chinese characters displayed as unknown code. Here is the test code. Could anyone take a look ...
1
vote
1answer
287 views

Escape Double-Byte Characters for RTF

I am trying to escape double-byte (usually Japanese or Chinese) characters from a string so that they can be included in an RTF file. Thanks to poster falconcreek, I can successfully escape special ...
1
vote
4answers
241 views

What does .net source (C#, VB.net) look like in other (non-english) languages?

As the title says, I am just a little curious...I have seen some European open-source projects post the source, but it was all syntactically identical. What about Chinese or Japanese or other more ...
1
vote
3answers
570 views

Question Marks Instead of Chinese Characters

I'm trying to place some Chinese text on a website, but as soon as the page is placed online, instead of Chinese text, i see a row of question marks ?????????? ??????????? I tested the same page on a ...
1
vote
2answers
435 views

Extract Chinese text from Query string

I need to extract chinese characters from the query string in a ASP.NET web application. When I tried it, I get "????" instead of the actual text. I know I need to decode it with UTF-8 but its ...
1
vote
2answers
643 views

Write Chinese chars to a text file using vbscript

I'm trying to write some Chinese characters to a text file using Set myFSO = CreateObject("Scripting.FileSystemObject") Set outputFile = myFSO.OpenTextFile(getOutputName(Argument, ...

1 2 3