Skip to Content.
Sympa Menu

xom-interest - Re: Antwort: RE: Antwort: [XOM-interest] Character conversion problem

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: Elliotte Harold <elharo AT metalab.unc.edu>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: Antwort: RE: Antwort: [XOM-interest] Character conversion problem
  • Date: Thu, 04 Nov 2004 06:46:44 -0500

Elliotte Harold wrote:


0x50000 is 5,242,880 in decimal. However Unicode is not a 32-bit code set. It's actually a 20 bit code set, and the maximum value is a little over one million so 0x50000 is out of range. Off the top of my head, I'm not sure what XOM and XML should do here. I'll have to explore this further.


Never mind. My arithmetic was wrong. 0x50000 is only 327,680 so it is within the Unicode range. That's not the problem here.

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim




Archive powered by MHonArc 2.6.24.

Top of Page