Does wxWidgets support double byte fonts (Chinese/Japanese/Korean etc.)?
For Japanese under Win2000, it seems that wxWidgets has no problems working with double byte char sets (meaning DBCS, not Unicode). First you have to install Japanese support on your Win2K system and choose for ANSI translation HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage=932 (default is 1252 for Western). Then you can see all the Japanese letters in wxWidgets applications.