On 2009-07-02, Mu-Tsun Tsai <don.tsai@xxxxxxxxxxxxxx> wrote:
[...]
Thanks for that. Unfortunately, you didn't specify the character
encoding in the article, so we can't read the Chinese.
I suppose you use Big5? Or were you using CNS?
.
Re: Is reverse reading possible? ... >mixture of Chinese and English, ... do it straight off when you have non-uniform character sizes as ... without knowing the encoding method...... Derive a grammar for a single ... (comp.lang.python)
Re: [PHP] Re: 0x9f54 ... I hope you're not using legacy encoding like Big5 or GB. ... While in Big5 every character is represented by two ... you should look at the positive side of using Unicode... (php.general)
Re: Internationalization - Unicode - Format used for command line arguments? ... I want to open a file in a Chinese locale and print it. ...encoding is used in the argv vector of main. ... or BIG5 for Traditional Chinese. ... Linux uses multibyte strings as filenames, and you can always use fopen ... (comp.lang.c)
Re: check for non-english ...Chinese from mainland China use GB encoding, whilst Chinese from Taiwan uses Big5. ... The characters used in each set of encodings is slightly different, and from any text the character codes fall into certain ranges which can be used as a guess as to what encoding, and hence language it comes from. ... This requires some knowledge of the languages concerned.... (sci.lang)