Tagged Questions

Unicode Transformation Format

learn more… | top users | synonyms

32
votes
10answers
5k views

UTF8, UTF16, and UTF32

What are the differences between UTF8, UTF16, and UTF32. I understand that all 3 will store Unicode, and that how it stores the chars is different, but is there an advantage to choosing one over the ...
15
votes
1answer
531 views

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 that we now have four sorts of characters and five sorts of string literals. The ...
12
votes
1answer
257 views

What are the limitations of primitive character types in D?

I am currently exploring the specification of the Digital Mars D language, and am having a little trouble understanding the complete nature of the primitive character types. The book Learn to Tango ...
10
votes
5answers
5k views

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 importance in specific conditions? Is Character-set related to geographic region? Edit: Is there ...
7
votes
3answers
847 views

Which encoding opens CSV files correctly with Excel on both Mac and Windows?

We have a web app that exports CSV files containing foreign characters with UTF-8, no BOM. Both Windows and Mac users get garbage characters in Excel. I tried converting to UTF-8 with BOM; Excel/Win ...
7
votes
5answers
3k views

findstr or grep that autodetects chararacter encoding (UTF-16)

I want to do this: findstr /s /c:some-symbol * or the grep equivalent grep -R some-symbol * but I need the utility to autodetect files encoded in UTF-16 (and friends) and search them ...
6
votes
6answers
839 views

UTF usage in C++ code

What is the difference between UTF and UCS. What are the best ways to represent not European character sets (using UTF) in C++ strings. I would like to know your recommendations for: Internal ...
5
votes
4answers
640 views

Delphi: Encoding Strings as Python do

I want to encode strings as Python do. Python code is this: def EncodeToUTF(inputstr): uns = inputstr.decode('iso-8859-2') utfs = uns.encode('utf-8') return utfs This is very simple. But in ...
4
votes
1answer
111 views

what is filtering invalid utf8 from my PHP website?

My website is fully converted to use utf-8, (mysql, http headers, PHP mb_string etc). Im doing some penetration testing and trying to POST invalid utf to one of the scripts (using BurpSuite). But ...
4
votes
6answers
298 views

What is the Best UTF

I'm really confused about UTF in Unicode. there is UTF-8, UTF-16 and UTF-32. my question is : what UTF that are support all Unicode blocks ? What is the best UTF(performance, size, etc), and why ? ...
4
votes
2answers
186 views

Boost libraries for UTF-16 strings?

Are there any boost libraries to help with UTF-16 (or higher) strings?
4
votes
5answers
237 views

How many characters can be mapped with Unicode?

I am asking for the count of all the possible valid combinations in Unicode with explanation. I know a char can be encoded as 1,2,3 or 4 bytes. I also don't understand why continuation bytes have ...
4
votes
4answers
1k views

How to convert (not neccessarily programatically) between Windows' wchar_t and GCC/Linux one?

Suppose I have this Windows wchar_t string: L"\x4f60\x597d" and L"\x00e4\x00a0\x597d" and would like to convert it (not neccessarily programatically; it will be a one-time thing) to GCC/Linux ...
3
votes
4answers
270 views

OSX Emacs: unbind just the right alt?

I'm using emacsformacosx.com and would like to stop the Meta_R (right meta, or right option key) on my Apple keyboard from being an Emacs meta key. The reason is that I want to be able to continue ...
3
votes
1answer
904 views

How To Display UTF8 In Netbeans 7?

in my java project i need to use arabic text and strings , but the text becomes like "???????" , so what wrong ? and how to resolve this problem? thanks
3
votes
2answers
271 views

idn_to_ascii() in 5.2.17

There's a very handy function idn_to_ascii() in PHP 5.3, but I'm running 5.2.17 and I can't change that. How do I encode Unicode domain names to ascii then?
3
votes
4answers
301 views

What's the point of UTF-16?

I've never understood the point of UTF-16 encoding. If you need to be able to treat strings as random access (i.e. a code point is the same as a code unit) then you need UTF-32, since UTF-16 is still ...
3
votes
2answers
266 views

Easy way of converting php serialized strings to utf8?

I'm trying to convert a greek database to utf8. At this point, I've figured out how to do it (via MySQL, not through the iconv() function) but I have a problem: The application stores lots of data in ...
3
votes
1answer
322 views

Lua, XML, UTF-8

I'm using luaxml lib for generating xml files after database selects from lua tables. All is good, but I am using Russian symbols in my DB (NySQL). What I need to do with luaxml to represents this ...
3
votes
2answers
481 views

delphi vs c# post returns different strings - utf problem?

I'm posting two forms - one in c# and one in delphi. But the result string seems to be different: c# returns: ¤@@1@@@@1@@@@1@@xśm˱Â0Đ... delphi returns: #$1E'@@1@@@@1@@@@1@@x'#$009C... and sice ...
3
votes
3answers
938 views

How to convert an ASCII string to an UTF8 string in C++?

How to convert an ASCII std::string to an UTF8 (Unicode) std::string in C++?
3
votes
3answers
408 views

How do I check that string has only international letters and spaces in UTF8 in PHP?

In Python I could've converted it to Unicode and do '(?u)^[\w ]+$' regex search, but PHP doesn't seem to understand international \w, or does it?
2
votes
2answers
73 views

How to store a UTF-16 character as a string in c#?

How can I print a character whose UTF-16 representation is feff2031? When I try the following I get "?" as the result: String million = "\u2030"; The character I want is "per million". See PER ...
2
votes
3answers
179 views

SQL Server (SQLCMD), Python and encoding issue when using non ascii chars

i'm facing an encoding issue with my python code, when asking data that are in SQL Server 2005. (because i was unable to compile PyMSSQL-2.0.0b1) i'm using this piece of code and i am able to do some ...
2
votes
1answer
129 views

In Android Ndk programming getting UTF String

As you can see, I get jbyte *str form the utf string. Then each character of string has two jbytes else one byte? JNIEXPORT jstring JNICALL Java_Prompt_getLine(JNIEnv *env, jobject obj, jstring ...
2
votes
1answer
318 views

<U+FEFF> character showing up in files. How to remove them?

I am doing compressing of JavaScript files and the compressor is complaining that my files have  character in them. How can I search for these characters and remove them?
2
votes
1answer
443 views

How to convert 'u00e9' into a utf8 char, in mysql or php?

Im doing some data cleansing on some messy data which is being imported into mysql. The data contains 'pseudo' unicode chars, which are actually embedded into the strings as 'u00e9' etc. So one ...
2
votes
3answers
151 views

Need help understanding UTF encodings

Hallo, I have noticed that when I save a text file using UTF-8 encoding (no BOM), I am able to read it perfectly using the UTF-16 encoding on C#. Now this got me a little confused cause UTF-8 only ...
2
votes
1answer
262 views

Django Decoding UTF characters - \\u0411\\u0435\\u0441\\u0435\\u0434\\u043a\\u0430 - to cyrilic strings

I am using Django 1.3. Would you be so kind and answer me one question. I am reading data from my database, where encoding is set to untf8-unicode settings.py DEFAULT_CHARSET = 'utf-8' file.py # -*- ...
2
votes
4answers
78 views

What could be the possible consequences of default encoding to UTF-8 for a String to Stream conversion?

I need to convert Strings obtained from some API's to InputStream consumed by other API's. The only way is that I convert the String to Stream without knowing the exact encoding. So I assume it to be ...
2
votes
2answers
732 views

android webview with utf-8

I'm using some webviews in my android app, but are unable to make them display in utf-8 encoding. If use this one I won't see my scandinavian charcters: ...
2
votes
1answer
683 views

Iconv is converting to UTF-16 instead of UTF-8 when invoked from powershell

I have a problem while trying to batch convert the encoding of some files from ISO-8859-1 to UTF-8 using iconv in a powershell script. I have this bat file, that works ok: for %%f in (*.txt) do ( ...
2
votes
1answer
234 views

Is utf-8 null the same as utf-16/utf-32 null?

Does one byte of zeros mean null in utf16 and utf32? as in utf8 or do we need 2 and 4 bytes of zeros to create null in utf16 and utf32 correspondingly?
2
votes
3answers
611 views

Wordpress is ignoring Unicode Chars in URL

I am using wordpress with this type of permalink: /%year%/%monthnum%/%postname%/ if I use this type of url: example.com/2010/03/तकनीक it treats this url like this example.com/2010/03/ (By ignoring ...
2
votes
2answers
94 views

HTML numerical to UTF

How can i convert this $langClarContent = > &# 1059.,ч.,и.,&# 1090.,&# 1077.,&# 1083.,Dokeos &# 1077., &# 1089.,&# 1080.,&# 1089.,&# 1090.,&# ...
2
votes
4answers
720 views

Windows game: UTF-8, UTF-16, DirectX and Lua

I'm developing a game for windows for learning purposes (I'm learning DirectX). I would like it to have UTF support. Reading this question I learned that windows uses wchar_t, which is UTF-16. I want ...
2
votes
1answer
549 views

Char to UTF code in vbscript

I'd like to create a .properties file to be used in a Java program from a VBScript. I'm going to use some strings in languages that use characters outside the ASCII map. So, I need to replace these ...
2
votes
2answers
631 views

Strings in Erlang - what libraries and techniques should I be examining?

I am working on a project that will require internationalisation support down the track. I want to get started on the right foot with UTF support, and I was wondering what the best practice for ...
2
votes
2answers
4k views

jsp utf encoding

I'm having a hard time figuring out how to handle this problem: I'm developing a web tool for an Italian university, and I have to display words with accents (such as è, ù, ...); sometimes I get ...
2
votes
1answer
170 views

how do I implement a custom code page used by a serial device so I can convert text to it in Python?

I have a scrolling LED sign that takes messages in either ASCII or (using some specific code) characters from a custom code page. For example, the euro sign should be sent as <U00> and ä is ...
1
vote
1answer
30 views

Illegal Character on Jenkins Server

I had now several Problems with my Jenkins Build Server and i dont know where they come from... I'm getting this error message: illegal character: \65279 which seems like to be UTF16-BOM. When i ...
1
vote
1answer
33 views

How do i disable utf-8 escaping in rails to_json output \u2013

Json is supposed to be able to be parsed with UTF characters included. In particular I'm talking about -. Or as it seems to be getting encoded: \u2013 This is for a json api output, and there's no ...
1
vote
1answer
74 views

compress an UTF-8 string in JS?

Im looking for algorithm / code to compress (like zip) an UTF8 string in Js.. I dont have a problem to build one of my own But I didnt find an appropriate algorithm which deals with UTF8 chars ... ...
1
vote
2answers
63 views

Printing to the terminal in a encoding neutral manner

I would like to print a string to the screen regardless of its encoding (UTF-8,16,32). This string is represented in a char array so I need to ignore null bytes and carry on printing to stdout; this ...
1
vote
1answer
64 views

is PHP str_word_count() multibyte safe?

I want to usestr_word_count() on a utf-8 string. Is this safe in PHP? It seems to me that it should be (especially considering that there is no mb_str_word_count()) But on php.net there are a lot of ...
1
vote
3answers
46 views

should I use utf-8 or utf-16 or utf-32 for my multilingual cms?

Besides the difference in how characters are stored, are there any special characters in any language utf-32 can display and utf-8 cannot?
1
vote
2answers
111 views

Converting HTML ASCII codes to their character counterpart

I am trying to convert HTML ASCII codes to legible characters. For example, I have HTML code which looks like this: PING OK &#45; Packet loss &#61; 0&#37;&#44; RTA &#61; ...
1
vote
2answers
161 views

How to get bytes as UTF-8Y in Java

I am using a sax parser to parse the xml file which has an encoding of utf-8y. How can I specify that in the sax parser or the input source ? I always get a parse exception
1
vote
1answer
255 views

Special characters in Extjs4?

How to get special characters like ČĆŠĐŽ working in Extjs4. I have tried adding meta utf-8..., also tried with !DOCTYPE html5, and XHTML 1.0 Transitional. Prefered index.html on sencha web page is : ...
1
vote
5answers
296 views

Java UTF-16 Encoding code

The function that encodes a Unicode Code Point (Integer) to a char array (Bytes) in java is basically this: return new char[] { (char) codePoint }; Which is just a cast from the integer value to a ...

1 2 3