Java internationalisation?

view a random?

It seemed difficult to believe, but Java seems alarmingly Latin-1.

Internationalization (I18N) - ResourceBundle doesn’t read messages correctly from properties file in utf8

Quick and Dirty Hack for UTF-8 Support in ResourceBundle

Java UTF–8 international character support with Tomcat and Oracle

You can use native2ascii to convert files to ascii. This tool will expand characters to escaped character sequences. Personally, I think that is ridiculous. It makes the default Java utilities unusable for a majority of the world… Sure, I could write my own… but why don’t they just make the common libraries use UTF8?

Java Bug ID: 4508058 UTF-8 encoding does not recognize initial BOM

Problem outputting utf-8 from java

This makes me wonder, which programming language has the best support for internationalisation?

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • MisterWong
  • Reddit
  • Scoopit
  • StumbleUpon
  • Technorati
  • rss

One Trackback

  1. By Swing MVC | James @ NZfusion.com on June 27, 2008 at 2:22 pm

    […] We have been looking at this framework for an intranet site… it led to my realisation that Java really made things pretty difficult to display international character sets… but that was an earlier post. […]

Post a Comment

You must be logged in to post a comment.