Tagged Questions
2
votes
2answers
73 views
Java reading in character streams with supplementary unicode characters
I'm having trouble reading in supplementary unicode characters using Java. I have a file that potentially contains characters in the supplementary set (anything greater than \uFFFF). When I setup my ...
1
vote
0answers
23 views
supplemental codepoints to unicode string in python
unichr(0x10000) fails with a ValueError when cpython is compiled without --enable-unicode=ucs4.
Is there a language builtin or core library function that converts an arbitrary unicode scalar value or ...
0
votes
3answers
162 views
Do I need supplementary plane?
I think the question is pretty simple, do I need all the rest of the stuff in Unicode after the basic plane? What kind of stuff is included and is that really needed? (and for what purposes?)
Thanks.
...