This week's book giveaway is in the Java in General forum. We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line! See this thread for details.
Is there any java code snippet to which if i pass any letter from any language converts to unicode? native2ascii does so but besides that? thnx in advance.
Originally posted by surasak lee: You can get char array from String and convert them to unicode using >>> operator each byte of char.
Really? Could you explain how this works (I don't mean the sign-bit preserving shift but the Java char <-> Unicode character byte representation relationship)?