classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] Locale update and addition to java.util.Currency


From: Chris Burdess
Subject: Re: [cp-patches] Locale update and addition to java.util.Currency
Date: Mon, 31 Jan 2005 09:30:18 +0000

Andrew John Hughes wrote:
        * The locales all now contain \u00A6 (a broken bar) as the separator
        rather than the | added by Mark.  Using the | as a separator breaks
        when parsing the currency symbol for Indian rupees.  Hopefully, the
        new value is unique enough (as well as being a pretty nifty pointer
        to what our original implementation was).

It might also be worthwhile considering:

  \uFFFC OBJECT REPLACEMENT CHARACTER
  \uFFFD REPLACEMENT CHARACTER

and perhaps

  \uFFFF (guaranteed not to be a character)

although the latter is supposedly not permitted for interchange. Since these code points are not characters as such, they may be more suitable candidates for delimiters.
--
Chris Burdess





reply via email to

[Prev in Thread] Current Thread [Next in Thread]