I have excel file which has got mixed of Japanese & English written in it. I need to read it using stream reader, I changed it's extension as .CSV and now I am trying to read all the content.
While reading, I am getting random numbers/alphabets/and hexa blocks.
Can anyone please have a look and let me know what is the best way to read out Japanese from a excel changed CSV file?
Here is my code:
...
Search Result
Collapse
2 results in 0.0025 seconds.
Keywords
Members
Tags
-
Can someone provide some help with unicode please.
I'm using python 2.6.5 on windows vista and for some reason I'm having trouble trying to get python to recognize unicode input.( A friend tried the exact same code on linux and it works fine)
Code:>>> verb=u"とぶ" >>> verb[-1]==u"ぶ" False >>>
Does anyone have any idea what's happening here?
Isn't that supposed to yield True and not False?
...