utf-16
Converting hexadecimal string UTF-16 Perl internal representation [duplicate]
This question already has answers here: How can I decode UTF-16 data in Perl when I don't know the byte order?[详细]
2023-02-11 23:32 分类:问答Re-encoding entire code base from UTF-16 to UTF-8
Does anyone have a good way 开发者_JAVA百科to re-encode all the *.java file in a directory from UTF-16 to UTF-8?Run this in your favorite POSIX compatible shell (while you\'re in the source directory)[详细]
2023-02-09 20:29 分类:问答utf-8 encoded text arrives with extra characters, howcome?
Data is coming to my app via an XML with utf-8 encoded data. The text that the user inputs is saved in the 开发者_如何学编程XML and then my app reads it.[详细]
2023-02-09 07:14 分类:问答Exporting a Microsoft Access table to UTF-16 CSV
I have an Access table with some Chinese characters that I need to export into a CSV file with UTF-16 encoding.If this is not possible, I could also try exporting the table into an XLS or CSV file, an[详细]
2023-02-09 02:23 分类:问答Unicode string normalization in C/C++
Am wondering how to normalize strings (containing utf-8/utf-16) in C/C++. In .NET there is a function String.Normalize .[详细]
2023-02-08 02:19 分类:问答Ruby: how to save file to UTF-16 Little Endian
I wan开发者_开发问答t to save ® into a txt file with UTF-16 Little Endian, I tested in some ways[详细]
2023-02-07 06:01 分类:问答UTF-16 Encoding in Java versus C#
I am trying to read a String in UTF-16 encoding scheme and perform MD5 hashing on it. But strangely, Java and C# are returning different results when I try to do it.[详细]
2023-02-06 20:41 分类:问答iphone sdk: drawing weird characters using custom fonts
I\'m drawing custom fonts in a view but I\'m having trouble to set correctly the map of characters. The thing is that I\'m unable to draw some of the characters such as \"ü\", \"ä\", \"á\"... appar[详细]
2023-02-06 19:01 分类:问答Difference between UTF-8 and UTF-16?
Difference between UTF-8 and UTF-16? Why do we need these? MessageDigest md = MessageDigest.getInstance(\"SHA-256\");[详细]
2023-02-03 08:47 分类:问答Are UTF16 (as used by for example wide-winapi functions) characters always 2 byte long?
Please clarify for me, how does UTF16 work? I am a little confused, considering these points: There is a static type in C++, WCHAR, which is 2 bytes long. (always 2 bytes long obvisouly)(UPDATE: as s[详细]
2023-02-03 07:16 分类:问答