Forum Moderators: open
I dont know a word in any Chinese language, I only know several chinese languages exist.
Which language is the most common one on the internet?
which encoding is the best?
big5 csbig5 csGB2312 gb2312
I know the GBs are simplified chinese.
What does that mean? Are latin characters instead of chinese characters used instead?
would be nice to hear from chinese webmasters.
there's no formula to do the convertion between GBK and Big5, you need a map
some chars created by hk/tw may not included in GBK charset
and Big5 does not contains Simplified Characters
most but not all chars can be map 1->1
there's also some "same meaning" but just "different look" chars
GBK ~= GB2312+Big5
so u may also need a map to conv "simplified"<->"traditional" within gbk<->gbk
there is also GB18032, included more chars, but not that widely supported, and can be mapped into UNICODE, which can be encoded into UTF-8
i don't know much about unicode, but if possible, i'll recommend you have a try on using UNICODE(UCS-2orUTF-8) as Internal Encoding, so it can be mapped from/into both GB2312/Big5
I know the GBs are simplified chinese.What does that mean? Are latin characters instead of chinese characters used instead?
Chinese written out in a romanized system/latin characters is called pinyin. Simplified Chinese was created in China in the 50's. It's still Chinese characters, but some of them have been somewhat simplified, as the name suggests.
there's no formula to do the convertion between GBK and Big5, you need a map some chars created by hk/tw may not included in GBK charset and Big5 does not contains Simplified Characters....
There are online tools to do it. Search "Big5/GB convertor" on Google. mandarintools.com is a good place to start. I noticed an online service to convert whole web pages on the fly between these two codes some time ago, but I cannot remember the website any more.