Results 1 to 3 of 3

Thread: Is it a internationalization bug?

  1. #1
    Join Date
    Jul 2006
    Posts
    5

    Default Is it a internationalization bug?

    when I use chinese,I put message_zh.properties into the right place.
    the app display right applicaiton title with chinese.
    but the menu.label and view.label cannot display right character.

    I don't know this. Is a bug?

  2. #2
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    164

    Default

    I can't recall what the default encoding of properties files is - you need to ensure that the properties file and the browser are all using the same encoding.

    A safe way to avoid this issue is to Unicode escape extended characters in the properties files (i.e. \unnnn).
    Chris Lee (blog)
    Principal Consultant
    Digital Ascent Inc.

  3. #3

    Default

    A nice Eclipse plugin which automatically does the unicode escapes for you is JInto[1], it allows you also to modify multiple property files at a time.

    [1] http://www.guh-software.de/jinto_en.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •