Menu
Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Transmitting strings via tcp from a windows c++ client to a Java server
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Roedy Green, post: 653058"] I disagree. The only difference for16-bit is the way 0 is encoded, and the Sun encoding comes out in the wash even when you decode making no special provision for it. You are making a mountain out of a null. They behave 99% the same way so it makes sense to discuss them both under the [URL]http://mindprod.com/jgloss/utf.html[/URL] It is even less of a difference from a practical point of view than the presence of absence of BOMs. Personally, I don't see the point of any great rush to support 32-bit Unicode. The new symbols will be rarely used. Consider what's there. The only one I would conceivably use are musical symbols and Mathematical Alphanumeric symbols (especially the German black letters so favoured in real analysis). The rest I can't imagine ever using unless I took up a career in anthropology, i.e. linear B syllabary (I have not a clue what it is), linear B ideograms (Looks like symbols for categorising cave petroglyphs), Aegean Numbers (counting with stones and sticks), Old Italic (looks like Phoenecian), Gothic (medieval script), Ugaritic (cuneiform), Deseret (Mormon), Shavian (George Bernard Shaw's phonetic script), Osmanya (Somalian), Cypriot syllabary, Byzantine music symbols (looks like Arabic), Musical Symbols, Tai Xuan Jing Symbols (truncated I-Ching), CJK extensions(Chinese Japanese Korean) and tags (letters with blank “price tags”). I think 32-bit Unicode becomes a matter of the tail wagging the dog, spurred by the technical challenge rather than a practical necessity. In the process, ordinary 16-bit character handling is turned into a bleeding mess, for almost no benefit. I think we should for the most part simply ignore 32-bit and continue using the String class as we always have presuming every character is 16-bits. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Transmitting strings via tcp from a windows c++ client to a Java server
Top