On Thu, 19 Jan 2012 10:58:56 +0100, Alexander Larsson wrote:
On Thu, 2012-01-19 at 11:47 +0800, jun louis wrote:I found this BUG: I directly run gtk-demo.exe on win7 x64, use locale=zh_CN, texts disappear when switch page. I use msys, use LC_ALL="C" then run gtk-demo, texts works fine! $ export LC_ALL="C" $ ./gtk-demo.exe I use msys, use LC_ALL="zh_CN" then run gtk-demo, texts disappear~~~ $ export LC_ALL="C" $ ./gtk-demo.exeThis is just a guess, but perhaps this is font related? Maybe it doesn'tfind the chinese fonts?
Maybe the attached pango.aliases can help. Copy it as etc/pango/pango.aliases and it will be picked up automatically when you next execute you app. There might be something missing for Chinese (don't have the means to test myself),
but I think the list is fairly complete. mvg, Dieter
Attachment:
pango.aliases
Description: Binary data