Do you know if Japanese (katakana) text can be extracted from one text file, stored in a VBScript variable and then written to another text file?
The text file to extract the text from is in this format:
000000001,<Section ID=2>,<??????????????(japanese text)>
I would then need to split the string up using the commas and put the split strings into variables and then reorder the seperate variables whilst writing then into another text file.
My problem is that I have just tried to do this with kixtart and the script works fine but all of the Japanese encoding is lost inbetween being taken from one text file and written to the other which would suggest to me that Kix doesnt support storing this type of text in variables (just replaces it with ???). I dont know VBScript all that well but am prepared to learn it to write this script.I just need to know if it can be done before I go any further..
Any help grealy appreciated.
The text file to extract the text from is in this format:
000000001,<Section ID=2>,<??????????????(japanese text)>
I would then need to split the string up using the commas and put the split strings into variables and then reorder the seperate variables whilst writing then into another text file.
My problem is that I have just tried to do this with kixtart and the script works fine but all of the Japanese encoding is lost inbetween being taken from one text file and written to the other which would suggest to me that Kix doesnt support storing this type of text in variables (just replaces it with ???). I dont know VBScript all that well but am prepared to learn it to write this script.I just need to know if it can be done before I go any further..
Any help grealy appreciated.