Skip to content

Tag: cjk

text to csv file for japanese characters(Errors in arrangements)

I wanted to convert my text file into csv file, however, my output seems to be very different from what I expected. Below are the examples: text.txt (Encoding is “UTF-8”) text = My code: Output: enter image description here My expected output: enter image description here It seems like I am gettin…