Tagged Questions

Chinese is a language family of logosyllabic written scripts, and many spoken regional dialects.

learn more… | top users | synonyms

15
votes
4answers
563 views

Conversion from Simplified to Traditional Chinese

If a website is localized/internationalized with a Simplified Chinese translation... Is it possible to reliably automatically convert the text to Traditional Chinese in a high quality way? If so, is ...
13
votes
8answers
3k views

How does a file with Chinese characters know how many bytes to use per character?

I have read Joel's article "The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)" but still don't understand all the details. ...
11
votes
3answers
324 views

Is there any good open-source or freely available Chinese segmentation algorithm available?

As phrased in the question, I'm looking for a free and/or open-source text-segmentation algorithm for Chinese, I do understand it is a very difficult task to solve, as there are many ambiguities ...
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
3answers
344 views

Using SAPI is there a way to enter pinyin for Chinese pronunciation?

The goal is to be able to pronounce something like wo3. System.Speech can handle Chinese characters, but is there a way to input pinyin directly? It seems from ...
9
votes
2answers
131 views

How does tokenization and pattern matching work in Chinese.?

This question involves computing as well as knowledge of Chinese. I have chinese queries and I have a separate list of phrases in Chinese I need to be able to find which of these queries have any of ...
9
votes
2answers
545 views

Testing Android Market in-app billing with dummy credit card credentials

I have configured an Android application to use the in-app billing module as documented at: http://developer.android.com/guide/market/billing/index.html It works fine when tested using the UK ...
9
votes
1answer
213 views

Stumper : Help me decode this Chinese Hacker CypherText! (hacked and uploaded to our server without permission)

What I found: We found a file on a previously presumed "locked down" unix server at work, Which we are 95% certain was not created by any of the programmers, or anyone who works here. It was a .js ...
7
votes
2answers
526 views

How can I get accents (as tone marks) over Chinese characters in LaTeX?

Tone marks above Chinese characters in latex / Combining Accents in unicode My aim is to put tone marks above Chinese characters in latex, and google seems to not be letting on to the answer. Is it ...
6
votes
1answer
81 views

Android Application is not working in China

I developed an application for Taiwan which has Google map in it. Now it's on market but when Chinese people try to install it, it gives an error as follow: "The Application does not install ...
6
votes
1answer
75 views

Convert numbered pinyin to pinyin with tone marks

Are there any scripts, libraries, or programs using Python, or BASH tools (e.g. awk, perl, sed) which can correctly convert numbered pinyin (e.g. dian4 nao3) to UTF-8 pinyin with tone marks (e.g. ...
6
votes
1answer
466 views

How do I implement full text search in Chinese on PostgreSQL?

The title says it all. This question has been asked before: Postgresql full text search in postgresql - japanese, chinese, arabic but there are no answers for Chinese as far as I can see. I took a ...
6
votes
6answers
656 views

How to do a Python split() on languages (like Chinese) that don't use whtespace as word separator?

I want to split a sentence into a list of words. For English and European languages this is easy, just use split() >>> "This is a sentence.".split() ['This', 'is', 'a', 'sentence.'] But I ...
6
votes
2answers
3k views

Chinese language codes

We are updating an old .net 1.1 website to 2.0. The site currently supports Chinese (Traditional) & Chinese (Simplified) I'm getting a run time error when trying to detect the language & ...
5
votes
1answer
399 views

Can I get Console to show Chinese?

I've always wondered if it would be possible to show UTF8 or UTF16-Chinese text in a Console window, e.g., Console.WriteLine(chinese). For the time being, it shows up as ???. Is it possible to kick ...
5
votes
2answers
511 views

How to escape Chinese Unicode characters in URL?

I have Chinese users of my PHP web application who enter products into our system. The information the’re entering is for example a product title and price. We would like to use the product title to ...
5
votes
3answers
248 views

Programatically determine number of strokes in a chinese character?

Does Unicode store this information about characters?
5
votes
6answers
9k views

How to save Chinese Characters to file with java?

I use the following code to save Chinese characters into a .txt file, but when I opened it with wordpad, I can't read it. StringBuffer Shanghai_StrBuf=new StringBuffer("\u4E0A\u6D77"); boolean ...
4
votes
1answer
51 views

Perl regex find character from arbitrary set

I have a file with Korean and chinese characters. I want to find pairs where parenthetical statements are used to give the hanja for a Korean word, like this: 한문 (漢文) The search would look something ...
4
votes
3answers
90 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
119 views

How do you do pattern matching with Chinese characters (encoded in UTF-8) in Java?

I need to check whether a Chinese province is contained within an address in Chinese. I am able to read and write Chinese characters easily. I tried to use the indexOf() method of String to check ...
4
votes
1answer
148 views

Weighted disjunction in Perl Regular Expressions?

I am fairly experienced with regular expressions, but I am having some difficulty with a current application involving disjunction. My situation is this: I need to separate an address into its ...
4
votes
1answer
369 views

Recognizing text as Simplified vs. Traditional Chinese

Given a block of text that's known to be Chinese and encoded in UTF-8, is there a way to determine if it's Simplified or Traditional?
4
votes
2answers
449 views

Postgresql full text search in postgresql - japanese, chinese, arabic

I'm designing a fulltext search function in postgresql for my current project. It works ok with ispell/myspell dictionaries so far. Now I need to add support for chinese, japanese and arabic search. ...
4
votes
3answers
289 views

Convert numbered to accentuated Pinyin?

Given a source text like nin2 hao3 ma (which is a typical way to write ASCII Pinyin, without proper accentuated characters) and given a (UTF8) conversion table like a1;ā e1;ē i1;ī o1;ō u1;ū ü1;ǖ ...
4
votes
2answers
3k views

display chinese character in eclipse console output

I am trying to display some Chinese characters in the GB2312 encoding in the eclipse console. I realize that in Run Dialog -> Common tab -> Console Encoding, I can choose additional encodings other ...
4
votes
6answers
2k views

Testing for Japanese/Chinese Characters in a string

I have a program that reads a bunch of text and analyzes it. The text may be in any language, but I need to test for japanese and chinese specifically to analyze them a different way. I have read ...
3
votes
1answer
54 views

How do I distinguish Simplified and Traditional Chinese in C#?

My app has been translated to a number of languages, including French, Traditional Chinese, and Simplified Chinese. Now, when the app first launches, I'd like to automatically select the correct ...
3
votes
2answers
149 views

Opening a Unicode file in pure C

I am trying to open a .txt file that is wholly Chinese. Can I use normal fopen/fclose procedures to it even though the stream would be 100% Unicode or are there any exlusive tools for handling wide ...
3
votes
2answers
78 views

Chinese Garbled in REPL in scala

When I type in chinese characters in the REPL, only question marks are displayed, as in my second screenshot. How can I fix this? My scala version is 2.9.0.1 and OS windows Even if I start REPL ...
3
votes
2answers
60 views

JavaScript to replace Chinese characters

I am building a JavaScript array depending on the input of the user. The array is building fine but if the user enters Chinese symbols it crashes. I'm assuming that it is if the user enters a chinese ...
3
votes
1answer
62 views

MySQL is too smart about accented characters

I guess, normally people would be aiming to make their programme behave like this, but in my case this is completely opposite from what I want. Somehow, my MySQL database is able to read different ...
3
votes
2answers
101 views

Using Chinese to build a dictionary in Python

so this is my first time here, and also I am new to the world of Python. I am studying Chinese also and I wanted to create a program to review Chinese vocabulary using a dictionary. Here is the code ...
3
votes
2answers
777 views

Japanese/Chinese text in pdf using iText Java

I need to add japanese/chinese text from xml web response to pdf using iText in java. I tried the following code after copying the KozMinPro-Regular.ttf to my c:\WINDOWS\Fonts folder but failed. Font ...
3
votes
1answer
296 views

php regex and chinese characters

I'm trying to extract the date "25/01/2005", the company name "A One Investment Company Limited 大一投資有限公司", the Chinese name ...
3
votes
3answers
535 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
1answer
374 views

How to avoid default URL encoding in ASP.NET MVC Html Helpers like RouteLink

I want my url like this: "http://domain.com/tag/高兴" My route mapping: routes.MapRoute("Tag", "tag/{name}", new { controller = "Tag", action="Index" }); But Html.RouteLink will encode the ...
3
votes
2answers
190 views

Python: any way to perform this “hybrid” split() on multi-lingual (e.g. Chinese & English) strings?

I have strings that are multi-lingual consist of both languages that use whitespace as word separator (English, French, etc) and languages that don't (Chinese, Japanese, Korean). Given such a string, ...
3
votes
3answers
208 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 ...
3
votes
2answers
370 views

Does anyone know why does silverlight not provide ime support when the plugin is set to 'windowless=true'

in silverlight(until version 4), if you set the property 'windowless' of the sl plugin to 'true', you can not get any ime support in textbox. does anyone know why? is it security concern or something ...
3
votes
2answers
2k views

sql server 2005 xml update query chinese characters

Hi I am trying to update the value of a tag with Chinese characters. However it does not add the chinese characters. Instead it adds "???" . e.g. update table set col.modify('replace value of ...
3
votes
2answers
877 views

Unicode fonts in PyGame

How can I display Chinese characters in PyGame? Also, what's a good free/libre font to use for this purpose? Thanks
3
votes
1answer
1k views

Recursive directory listing using Ruby with Chinese characters in file names

I would like to generate a list of files within a directory. Some of the filenames contain Chinese characters. eg: [试验].Test.txt I am using the following code: require 'find' dirs = ["TestDir"] for ...
2
votes
1answer
52 views

Reading chinese characters into a string from a byte buffer

So I have a char[] array that contains text and other data. How can I extract chinese text from the char[] array? Right now I can get english fine with public String getString(int index, int length) ...
2
votes
2answers
49 views

How do I use Chinese characters in Java?

I'm trying to use Chinese characters in Java GUI components. I have changed my keyboard output to Chinese and can type in Netbeans in Chinese. Further, I can compile these Java files. However, when I ...
2
votes
1answer
69 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
2answers
55 views

how do i split a multi-languages(English, Chinese, Hebrew) line in python and get the Unicode hex value?

i try to split this kind of lines in python: aiburenshi 爱不忍释 "לא מסוגל להינתק, לא יכול להיפרד מדבר מרוב חיבתו אליו" this line contains Hebrew, simplified Chinese and English. if i have ...
2
votes
2answers
91 views

How do databases sort Chinese characters?

I am currently writing a web app and will need to do some ordering on a set of Chinese characters and I want to know whether Chinese characters are sorted by databases, if so how does it get sorted? ...
2
votes
1answer
134 views

How to get stroke count of Chinese character?

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

Problem with exporting Chinese characters from MySQL

I have a problem with Chinese characters while exporting query results to an XLS file. In my database Chinese character are stored like as encoded format like this 新里程集...

1 2 3 4 5