Quote:
Originally Posted by Jiang Yuhan
Oh,yes,we should not always talk about my language.@knc1,I suggest we should delete what we shouldn't talk about in this forum.
Sorry for my replies and thank you for your understanding.
Hope it won't chage your impression about China and Chinese students 
Now,we can return to our original topic.
|
Which is -
For your location, you want "Simplified Chinese" support -
Which means support for the "National Standard" (of your nation) which is GB2312 encoding.
The Kindles use UTF-8 encoding.
Your Windows PC uses either GB2312 or UTF-8 encoding.
Unlike some country specific character encodings, there is a direct, one-to-one translation from GB2312 to UTF-8.
Also for the reverse, UTF-8 to GB2312.
BAF (the provider of the kTerm build) has shown that the current kTerm will properly display Simplified Chinese recorded on the Kindle.
(and we know from other user reports that it will display Japanese (which kTerm was designed for) and Traditional Chinese.)
What is missing, is a Simplified Chinese keyboard.
The keyboard is a "plug-in" item, it could be changed if that plug-in could be found.
= = = =
Here is an example of converting from GB2312 to UTF-8 (in PHP):
https://stackoverflow.com/questions/...utf-8-encoding
Similar features are available in other programming languages.
What is being called is a 'standard' mb_convert library that many programming languages also can use.