W
wkijava
I have 2 questions refering to native2ascii:
1.I receive an xls-file from a japanese windows-user. It has two
columns: key for a properties-file and japanese text value for this
key. I intend to create a properties-file from this, which I may run
through native2ascii. But if I export the xls-file as unicode text, the
(latin ) key values also get translated into 2-byte charactes; this
results in a space between the characters , thus corrupting the key:
e.g. bws.welcome gets b w s . w e l c o m e . How can I solve this
issue?
2. If I create a text file with the japanese text only and save it as
Unicode, I can run it through native2ascii. But whatever enconding I
use, the unicode values generated are not valid and browsers don't
display anything resembling Japanese. The encondings I tried are: SJIS,
MS932, EUC_JP and ISO2022JP. JISAutoDetect does not work, the command
complains, that the encoding is not found. I use SKD 1.4.2_06.
My japanese colleague says, that he has a standard japanese Windows
with no special settings. SJIS works best, but still the translation
contains values, which are obivously not Unicode. Any suggestions?
Kind regards,
Wolfgang
1.I receive an xls-file from a japanese windows-user. It has two
columns: key for a properties-file and japanese text value for this
key. I intend to create a properties-file from this, which I may run
through native2ascii. But if I export the xls-file as unicode text, the
(latin ) key values also get translated into 2-byte charactes; this
results in a space between the characters , thus corrupting the key:
e.g. bws.welcome gets b w s . w e l c o m e . How can I solve this
issue?
2. If I create a text file with the japanese text only and save it as
Unicode, I can run it through native2ascii. But whatever enconding I
use, the unicode values generated are not valid and browsers don't
display anything resembling Japanese. The encondings I tried are: SJIS,
MS932, EUC_JP and ISO2022JP. JISAutoDetect does not work, the command
complains, that the encoding is not found. I use SKD 1.4.2_06.
My japanese colleague says, that he has a standard japanese Windows
with no special settings. SJIS works best, but still the translation
contains values, which are obivously not Unicode. Any suggestions?
Kind regards,
Wolfgang