You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fresh cloned repo won't build on OS X using JDK 6 with "en_US.UTF-8" locale, javac is having a hard time with the charset.
file utility identifies different charset for the files, the most widely used is Shift_JIS but converting all files with iconv to UTF-8 doesn't produce a correct translations since a few kanas are traslated with a double quote thus breaking Java strings.
Please either:
provide an INSTALL file with instructions about how to build a fresh clone of the repo with currently used charsets
or
provide an branch of the repo with all files encoded using UTF-8
The text was updated successfully, but these errors were encountered:
A fresh cloned repo won't build on OS X using JDK 6 with "en_US.UTF-8" locale, javac is having a hard time with the charset.
file utility identifies different charset for the files, the most widely used is Shift_JIS but converting all files with iconv to UTF-8 doesn't produce a correct translations since a few kanas are traslated with a double quote thus breaking Java strings.
Please either:
or
The text was updated successfully, but these errors were encountered: