LIJOY P Posted December 19, 2024 Report Posted December 19, 2024 i have system which is made by chinese which made up of omron CJ2M CPU and all the programs and program comments are in chinese i want to convert it into english Quote
IO_Rack Posted December 19, 2024 Report Posted December 19, 2024 CX Programmer does not support multiple languages on a single installation. MS Windows will. It is a tedious process, but you can export the gibberish to a text file (or csv), then use a translation site like Google. Quote
LIJOY P Posted December 24, 2024 Author Report Posted December 24, 2024 how i can replace the comments from chinese to english using excel file Quote
IO_Rack Posted December 24, 2024 Report Posted December 24, 2024 It's been a long time since I've done any translation of this type. There may be easier methods, but I'll explain what you are seeing at least. CX Programmer is reading Chinese Hex encoding and interpreting it as English ASCII. Therefore you may read something like this: éå§ Convert these gibberish characters to Hexadecimal. E9 96 8B E5 A7 8B Now convert them back using the proper Chinese encoding. (開始). There are several so it will be trial and error until you determine the correct encoding. In Google Translate, "開始" = "Begin". NOTE: I did this example with the word "Start". There is interpretation to deal with as well. https://www.rapidtables.com/convert/number/ascii-to-hex.html Alternatively, you could try and get a Chinese version of CX Programmer. CX Programmer does not support switching languages. Maybe try to contact a Chinese forum member with a Chinese version of CX Programmer to export the comments for you. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.