Hello.
Here is analysis for utf-8 jpn
>>3)I did find char mapping sheet (Shift-JIS, EUC, UTF-8, UTF-16)
From above, it takes 3 bytes for Jpn utf-8 char and 1 byte for ASKII char.
Base on this obserption, I had analysed JPN Lang file against language.h, especially char array length.
You can...