Top "Utf" questions

Unicode Transformation Format (8/16/32/...) used for encoding Unicode code points

Android WebView with garbled UTF-8 characters.

I'm using some webviews in my android app, but are unable to make them display in utf-8 encoding. If use …

android webview utf
ISO-8859-1 vs UTF-8?

What should be used and when ? or is it always better to use UTF-8 always? or ISO-8859-1 still has …

css xhtml unicode utf
Unicode encoding for string literals in C++11

Following a related question, I'd like to ask about the new character and string literal types in C++11. It seems …

c++ unicode c++11 utf string-literals
UTF-8 Encoding ; Only some Japanese characters are not getting converted

I am getting the parameter value as parameter from the Jersey Web Service, which is in Japaneses characters. Here, 'japaneseString' …

java encoding utf-8 character-encoding utf
difference between NLS_NCHAR_CHARACTERSET and NLS_CHARACTERSET for Oracle

i have a quick question here, that i would like to know the difference between NLS_NCHAR_CHARACTERSET and NLS_…

oracle character-encoding ascii utf varchar2
HTML Unicode Issue: How to display special characters

Currently, I have my webpage set to Unicode/UTF-8. When trying to display a special character (for example, em dash, …

html unicode character-encoding utf
How To Display UTF8 In Netbeans 7,8?

In my java project, I need to use Arabic text and strings, but the text becomes like "???????" , so what wrong ? …

netbeans netbeans-7 utf
Strange unicode characters when reading in file in node.js app

I am attempting to write a node app that reads in a set of files, splits them into lines, and …

javascript node.js unicode utf-16 utf
Content is not allowed in prolog

i'm trying to convert xml to html using xslt. Am using java.xml.transform to do this in java. it …

java xml parsing utf
UTF Encoding for Chinese CharactersJava

I am receiving a String via an object from an axis webservice. Because I'm not getting the string I expected, …

java encoding utf