Tagged Questions
The ucs2 tag has no wiki summary.
20
votes
6answers
477 views
Unicode hell (on Windows) [closed]
Today I woke up and felt something was awfully wrong with my code and every library I've ever used, and I think I was right... (or please point out where my reasoning is wrong)
Let's start I decade ...
11
votes
9answers
12k views
C++ strings: UTF-8 or 16-bit encoding?
I'm still trying to decide whether my (home) project should use UTF-8 strings (implemented in terms of std::string with additional UTF-8-specific functions when necessary) or some 16-bit string ...
6
votes
4answers
2k views
How to find out if Python is compiled with UCS-2 or UCS-4?
Just what the title says.
$ ./configure --help | grep -i ucs
--enable-unicode[=ucs[24]]
Searching the official documentation, I found this:
sys.maxunicode: An integer giving the
largest ...
5
votes
2answers
359 views
What are the consequences of storing a C# string (UTF-16) in a SQL Server nvarchar (UCS-2) column?
It seems that SQL Server uses Unicode UCS-2, a 2-byte fixed-length character encoding, for nchar/nvarchar fields. Meanwhile, C# uses Unicode UTF-16 encoding for its strings (note: Some people don't ...
3
votes
1answer
109 views
best way to detect number of SMS needed to send a text
I'm looking for a code/lib in php that I will call it and pass a text to it and it will tell me:
What is the encode I need to use in order to send this text as SMS (7,8,16 bit)
How many SMS message ...
2
votes
1answer
48 views
UCS-2 and SQL Server
While researching options for storing mostly-English-but-sometimes-not data in a SQL Server database that can potentially be quite large, I'm leaning toward storing most string data as UTF-8 encoded.
...
2
votes
1answer
89 views
About ActionScript3 and encoding characters
I have a flash app and a textfield in it. I can change locale on the system tray and type unicode chracters, for example with windows -1251 encoding. If I use jquery to send the unicoded text to save ...
2
votes
1answer
100 views
python base64 string decoding
I've got what's supposed to be a UCS-2 encoded xml document that I've managed to build a DOM based on minidom after some tweaking.
The issue is that I'm supposed to have some data encoded on base64. ...
2
votes
2answers
201 views
UCS2 vs UTF. What languages can not be displayed in the UCS2 encoding?
UCS2 easier to use in Visual C++, than UTF encoding. What languages I can not support in UCS2 encoding?
2
votes
4answers
972 views
2-byte (UCS-2) wide strings under GCC
when porting my Visual C++ project to GCC, I found out that the wchar_t datatype is 4-byte UTF-32 by default. I could override that with a compiler option, but then the whole wcs* (wcslen, wcscmp, ...
2
votes
1answer
2k views
UCS2/HexEncoded characters to UTF8 in php
I asked a question previously to get a UCS-2/HexEncoded string from UTF-8, and I got some help from some guys at the following link.
UCS2/HexEncoded characters
But now I need to get the correct ...
2
votes
2answers
1k views
UCS2/HexEncoded characters
Any one can help me ? how could I get UCS2/HexEncoded characters
like 'Hello' will return "00480065006C006C006F"
This are the HexEncoded values:
0048 = H
0065 = e
006C = l
006C = l
006F = o*
Also ...
1
vote
1answer
47 views
Why does SortableIntField avoid UCS-16 surrogates
While reading the source code of SortableIntField, I noticed that this class avoids "UCS-16 surrogates" when converting an integer to a String (see method int int2sortableStr(int, char[], int) of ...
1
vote
1answer
274 views
Converting UCS2 (Unknown LE or BE) In Numeric Hex format to UTF-8 Using Perl
Hoping someone can point me in the direction of where i'm going wrong with this:
I have a string of (what I believe) is hex-encoded UCS2, but the provider cannot tell me if it is UCS2-LE or UCS2-BE.
...
1
vote
1answer
126 views
What's the longest (in bytes) UTF-8 character which is present in UCS-2?
What's the longest (in bytes) UTF-8 character which is present in UCS-2?
1
vote
1answer
253 views
How do I convert a 16-bit UCS-2 integer value into a char?
I am parsing values from a binary file. One value I am parsing is a 16-bit number which represents the UCS-2 encoding of a unicode character. I'm converting it to a character like this:
char c = ...
1
vote
1answer
923 views
How do I convert UTF-8 data from Classic asp Form post to UCS-2 for inserting into SQL Server 2008 r2?
I am in the process of "modernizing" a classic asp application that uses a Access 2000 database.
I rewrote the database on SQL Server 2008r2 and changed all of the fields to use the newer unicode ...
1
vote
1answer
790 views
UCS-2LE text file parsing
I have a text file that was created using some Microsoft reporting tool. The text file includes the BOM 0xFFFE in the beginning and then ASCII character output with nulls between characters (i.e ...
1
vote
3answers
2k views
How do I convert a UCS2 string into UTF8?
How to convert a string that is in UCS2 (2 bytes per character) into a UTF8 string in Ruby?
1
vote
2answers
3k views
Storing UTF-16/Unicode data in SQL Server
According to this, SQL Server 2K5 uses UCS-2 internally. It can store UTF-16 data in UCS-2 (with appropriate data types, nchar etc), however if there is a supplementary character this is stored as 2 ...
0
votes
1answer
31 views
Check string whether is UTF-8 or UCS-2
If I have a list of data:
$a = "hello";
$b= "4f60";
$c = "hi";
$d = "00480065006C006C006F";
$b and $d are UCS-2 string.
I wish to display all these data in a table,so how can I know whether ...
0
votes
1answer
101 views
Why was the Python Unicode internal format implemented as described in PEP 100?
http://www.python.org/dev/peps/pep-0100/
PEP 100 states that the internal format, Python Unicode, holds UTF-16 encodings, but addresses the values as UCS-2 (or UCS-4 when compiled with flag ...
0
votes
1answer
169 views
Howto upload a file encoded in UCS-2 Little Endian into a Mysql table in UTF-8
I have a csv file encoded in UCS-2 Little Endian which I would like to upload into my MySQL table which is encoded in UTF-8 - default collation. I'm curious as to what the best approach is. If I ...
0
votes
1answer
81 views
MySQL incorrect ineger value (encoding)
Alright here is my delema. I have a .rpt file that is encoded in UCS-2 and is basically two columns separated by a ','.
My query is;
load data infile 'file_name' into table
table_name fields ...
0
votes
1answer
161 views
Encoding problem: ucs2_bin collate does not support cyrillic and greek languages
I need to store and compare text in several language in a field of a Mysql database. Actually, I set uc2 for character set and ucs_bin for collate, and I find that it does not work for cyrillic and ...
0
votes
0answers
359 views
How can SELECT HEX(CHAR(0x4E8C USING ucs2)) return '4E01' instead of '4E8C'?
I converted a kanji column in my database to UCS-2 codes with this, it works:
SELECT hex(convert('二' using ucs2));
=> 0x4E8C aka 二 aka Unicode Code Point 20108
But if I want to ...
0
votes
0answers
387 views
How NOT to skip BOM info (FF FE) when using fread or ifstream?
I'm trying to use fread/ifstream to read the first 2 bytes of a .csv with BOM info. But following code always skips the first two bytes (which are 'FF FE'):
ifstream is;
is.open (fn, ios::binary );
...
0
votes
2answers
128 views
How to calculate length of an UCS-2 string and its size in C++?
I have a string in UCS-2 encoding. I need to copy this string to another UCS-2 string. Before copying I need to calculate the length of a UCS-2 string for memeory allocation.
How to calculate length ...