LI Daobing <[EMAIL PROTECTED]> writes: > I don't want to change the coding priority. I want to change the charset > priority in one encoding. It is different.
> I know this problem has been fixed in unicode-branch. in unicode branch, > the charset for utf-8 encoding is unicode. Hmm... Calling (utf-translate-cjk-load-tables) after (set-language-environment ...) might help. Could you try? E.g. in your init file: (set-language-environment 'chinese-gb) (utf-translate-cjk-load-tables) It will change the way utf-8 is decoded depending on the current language environment. -- ,''`. : :' : Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

