FWD: Updated/add many Chinese simplified resource

Alexandre Julliard julliard at winehq.org
Thu May 24 04:20:37 CDT 2007


"Lobster DB" <db.lobster at gmail.com> writes:

> at last, may i ask a question?
> Wine tree have
>
> 1. 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 at winehq.org



More information about the wine-devel mailing list