Author Topic: Best way to display Japanese in a text file?  (Read 942 times)

ZeaLitY

  • Entity
  • End of Timer (+10000)
  • *
  • Posts: 10797
  • Spring Breeze Dancin'
    • View Profile
    • My Compendium Staff Profile
Best way to display Japanese in a text file?
« on: May 08, 2007, 08:41:31 pm »
After releasing the Retranslation script, I set to work making a new text file to replace the old script and allow something that can still be easily searched by fans for original Chrono Trigger dialogue. Initially believing it to be impossible to extrapolate the Retranslated lines and the Japanese lines from the Excel file, I found a way (though I had to duplicate all location markers, like [Enhasa], across each script). Problem is, I'm not sure what to do with the Japanese, since this is the copy that will be going on Gamefaqs. Would it go in as Unicode or something?

Whoops, forgot about http://ce.herograw.org/JPScript/ctjscript.txt. I'll e-mail JLukas.

Ramsus

  • Guest
Re: Best way to display Japanese in a text file?
« Reply #1 on: May 08, 2007, 09:18:01 pm »
Use UTF-8 or Shift-JIS and make note of what you decide on in the file.

More importantly, use a text editor that lets you properly handle text encoding.

Teh Mick

  • Earthbound (+15)
  • *
  • Posts: 30
  • The KDE developer
    • View Profile
    • My website
Re: Best way to display Japanese in a text file?
« Reply #2 on: May 09, 2007, 09:20:38 pm »
I would use UTF-8.

JLukas

  • Fan Project Leader
  • Squaretable Knight (+400)
  • *
  • Posts: 426
    • View Profile
Re: Best way to display Japanese in a text file?
« Reply #3 on: May 10, 2007, 06:30:44 am »
I use NJStar for converting between formats (which is necessary becuase Translhextion uses SJS)  Converting a file to Unicode or UTF-8 allows it to be displayed in Notepad/Wordpad without needing any special software (assuming Windows XP with the language packs installed)