Re: Unicode character transformation through XSLT

From: jameskass@att.net
Date: Mon Mar 10 2003 - 20:58:55 EST

  • Next message: Kenneth Whistler: "Re: Encoding: Unicode Quarterly Newsletter"

    .
    Pankaj Jain wrote,

    > My problem is that, I am getting Unicode character(\uFFE2\uFF80\uFF93)
    > from resource bundle property file which is equivalent to ndash(-) and
    > its

    U+2013 is the ndash (–). It is represented in UTF-8 by three
    hex bytes: E2 80 93.

    But, \uFFE2 is fullwidth pound sign
    \uFF80 is half width katakana letter ta
    and \uff93 is half width katakana letter mo.

    Perhaps the reason you see three question marks is that the font
    you are using doesn't support full width and half width characters.

    What happens if you replace your string \uFFE2\uFF80\uFF93 with
    \u2013 ?

    Best regards,

    James Kass
    .



    This archive was generated by hypermail 2.1.5 : Mon Mar 10 2003 - 21:27:05 EST