GB2312 conversion into BIG5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peterjo
    New Member
    • May 2007
    • 1

    #1

    GB2312 conversion into BIG5

    Hi All,

    We have a file thats contain english and chinese data(in GB2312 format).
    I need to convert chinese GB2312 data into BIG5 format.

    Could someone please let me know, how can we do it using python script.

    Thanks in advance.

    John
  • cnobile
    New Member
    • Apr 2007
    • 6

    #2
    I would need to do more research in this, but I am pretty sure BIG5 is used in Tiwan and Hong Kong therefore it is used for Traditional Chinese. GB2312 is a coding for Simplified Chinese used in mainland China. Since most of the characters are different you cannot do this conversion at all. I'm a native English speaker, but my wife is Chinese, so I've had to deal with these encodings quite often.

    Comment

    Working...