Zarxrax
Member
From: North Carolina
Registered: 2008-03-24
Posts: 949
I'm running Windows 7, and I have no trouble typing Japanese or reading it under most circumstances.
However, whenever I get ahold of a plain text file that contains Japanese (usually packed in a zip file with some japanese app I downloaded), it only shows me garbled text! What's wrong here?
pm215
Member
From: UK
Registered: 2008-01-26
Posts: 1354
Wrong encoding, presumably. There are a number of possible ways to encode Japanese text, including at least: EUC-JP [traditional Unix choice], shift-JIS [traditional Windows choice], ISO-2022-JP [traditional choice in email/news], and UTF-8 [single encoding that can handle multiple languages; sanest choice in the modern world].
If whatever app you're using doesn't guess the encoding or let you specify it, you need to find a conversion utility, I guess. (Try pointing a web browser at the text file and then play about with the encoding settings; on Firefox they're in View->Character encoding->...)