Re: Towards BUG Bug 3971: Can not display Chinese characters under linux.

2007-07-31 Thread Jürgen Spitzmüller
Bo Peng wrote: > Jurgen, > > Trunk and branch? OK. Jürgen

Re: Towards BUG Bug 3971: Can not display Chinese characters under linux.

2007-07-31 Thread Bo Peng
> Yes, you should definitely. Jurgen, Trunk and branch? Index: src/frontends/qt4/GuiApplication.cpp === --- src/frontends/qt4/GuiApplication.cpp(revision 19253) +++ src/frontends/qt4/GuiApplication.cpp(working copy)

Re: Towards BUG Bug 3971: Can not display Chinese characters under linux.

2007-07-31 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: > qt will find qt_zh.pm for language_name = qt_zh_CN, but the other way > around. Can I remove the language_name.truncate(5) line? Yes, you should definitely. JMarc

Towards BUG Bug 3971: Can not display Chinese characters under linux.

2007-07-19 Thread Bo Peng
Line 114 of src/frontends/qt4/GuiApplication.cpp: language_name.truncate(5); if (qt_trans_.load(language_name, QLibraryInfo::location(QLibraryInfo::TranslationsPath))) { fails for language_name = qt_zh_CN because qt_trans_.load can not load the truncated ve