[
Lists Home |
Date Index |
Thread Index
]
I'm implementing B-Tree to index XML documents. I'd like a
to use maximum character value as a boundry, or failing that a
minimum character value.
I'm working in Java.
Is there a maximum character value guarunteed be greater than
any other character regardless of the locale? Is that character
Character.MAX_VALUE?
Or do I have to read a book on Unicode? Which one?
--
Alan Gutierrez - alan@engrm.com
- http://engrm.com/blogometer/index.html
- http://engrm.com/blogometer/rss.2.0.xml
|