2007/5/24, Alexandre Julliard julliard@winehq.org:
"Lobster DB" db.lobster@gmail.com writes:
at last, may i ask a question? Wine tree have
- user32: one user32_Zh.rc file both have Traditional and Simplified.
Which is use GB18030 encode. 2. comdlg32: both have Zh.rc and Cn.rc Which are use GB18030 encode.
may i use Cn.rc which use GB18030 encode for new file? i think Zh.rc use BIG5 encode for well. i want use UTF-8 but, i can't write #pragma
You can use #pragma code_page(utf8) for that.
If possible, the best approach would be to put both Traditional and Simplified in the same file, both encoded in utf-8. The file should be named Zh.rc as that's the official language code for Chinese.
-- Alexandre Julliard julliard@winehq.org
Thank you, i know. i will try to do this.