Encoding norwegian characters as UTF-8 (Java in General forum at JavaRanch)
Hi all, I am trying to encode a String with the content, "Gratulerer! Du har n \u00e5" into norwegian, the \u00e5 which should be replaced by a "å" . ... says take the String referenced by text and convert to bytes using your default encoding. The...