9:13 PM - i18n
Someone signed up a JJ account and asked why it doesn't support Chinese. I have not yet implemented true internationalization support in Just Journal. Pages are tagged as English. I am using UTF-8 for most fields, however. That means English and most Western European languages should work. In the future, I plan to add a feature to allow the user to pick their native language which would also tag pages in that associated language. I will attempt to add support for asian languages using either native character sets or UTF-16 at that time.
Here is a document describing support for i18n in Java. This would only be interesting to programmers who might wish to work on JJ. http://java.sun.com/javase/technologies/core/basic/intl/faq.jsp
Here is a document describing support for i18n in Java. This would only be interesting to programmers who might wish to work on JJ. http://java.sun.com/javase/technologies/core/basic/intl/faq.jsp
0 comments