Re: Translating chinese into unicode

From: Mike Ayers (mayers@celequest.com)
Date: Mon Jan 16 2006 - 00:19:32 CST

  • Next message: YAO Jiankang: "Re: Translating chinese into unicode"

    Muchchandi, Ratnaprabha (GE Consumer & Industrial) wrote:

    > How do I store chinese charactes in a property file(a text file-
    > Myresources.properties) and read it and display in my .jsp file as
    > Chinese characters

            The easiest way would be to create the properties files in UTF-8, then
    use `native2ascii -encoding utf8` to generate content equivalent files
    in 8859-1 with escape sequences for non-8859-1 characters. These
    generated files can then be used as any property file could.

            HTH,

    /|/|ike



    This archive was generated by hypermail 2.1.5 : Mon Jan 16 2006 - 00:20:39 CST