The tag has no wiki summary.

learn more… | top users | synonyms

-3
votes
1answer
211 views

PHP: How to set the file encoding to UTF-8 without BOM [closed]

I have an application that upload a csv file from client to server. The csv file originally set encoding to UTF-8 without BOM. However, after I use move_uploaded_file, the copy of the file auto change ...
0
votes
0answers
48 views

Problems after iconv with strlen and strtok

I have written a code to convert an input UCS-2LE file to normal 8 bit ISO-8859-1 text. After I convert it, I am splitting the entire text into words using strtok function. Now I am applying strlen on ...
0
votes
1answer
111 views

Python 3: reading UCS-2 (BE) file

I can't seem to be able to decode UCS-2 BE files (legacy stuff) under Python 3.3, using the built-in open() function (stack trace shows UnicodeDecodeError and contains my readLine() method) - in fact, ...
5
votes
1answer
141 views

c++: How to read any file into std::string

I have a bunch of txt-files and want to read them into std::string and some of them are UCS-2, UTF-8 encoded. How to read them into a std::string. I just want to read any text-file into std::string. ...
0
votes
2answers
102 views

Internal charater encoding of Java 7

So far as I know, when JRE executes an Java application, the string will be seen as a USC2 byte array internally. In wikipedia, the following content can be found. Java originally used UCS-2, and ...
1
vote
0answers
1k views

Change encoding (collation?) of SQL Server 2008 R2 to UTF-8

We'd like to move our Confluence system to a SQL Server 2008 R2. Now, since Confluence uses UTF-8 encoding, I'd need a database using the same encoding (I guess that's the collation?). There's the ...
4
votes
1answer
148 views

Why does lessc encode files as UCS-2 Little Endian?

On a Windows platform with Node running the following command lessc style.less > style.css -x --yui-compress Outputs a style.css in "UCS-2 Little Endian" format. Normally I wouldn't care, but I ...
3
votes
2answers
203 views

unicode endian puzzled me

i edit three files which have same content "你"(is you in english) in it in three different forms--gbk\utf-8\ucs-2 with gedit named "ok1,ok2,ok3". >>> f1 = open('ok1', 'rb').read() ...
0
votes
1answer
311 views

notepad ++ shows ucs-2LE while ubuntu FILE [file] shows UTF-16LE, I am confused?

I am trying to convert the file generated from a mssql to utf-8. When I open the output of he mssql using notepad++ in windows server 2003 recognises the file as UCS-2LE I copied the file to a Ubuntu ...
2
votes
1answer
256 views

Opening UCS-2le File With Vim on Windows

I'm using Vim 7.3 on WinXP. I use XML files that are generated by an application at my work which writes them with UCS-2le encoding. After reading several articles on encoding at the vim wiki I ...
2
votes
2answers
1k views

How to convert text in unicode UCS-2 format to readable with C#?

I get this message in an SMS in SIM900 GPRS. ...
1
vote
1answer
303 views

How to determine in .NET if a file is UCS-2 vs. UTF-16

I have flat files that I can load just fine in .NET in UTF-16, even though they are technically UCS2-LE (w/o BOM), and I understand this is because UCS-2 is an older standard that UTF-16 supercedes. ...
15
votes
3answers
493 views

What version of Unicode is supported by the .NET platform or how can I use higher planes?

I remember somewhat vaguely having read that .NET supported Unicode version 3.0 and that the internal UTF-16 encoding is not really UTF-16 but actually uses UCS-2, which is not the same. It seems, for ...
1
vote
1answer
1k views

What is the maximum number of characters in an USSD message?

I've understood that an USSD message consists of 160 bytes. For 7 bit data coding schemes, the maximum number of characters is 160*8/7 which gives 182 characters. It's unclear to me what is the ...
2
votes
1answer
1k 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. ...
0
votes
1answer
355 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 ...
2
votes
1answer
143 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 ...
3
votes
1answer
580 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 ...
1
vote
1answer
204 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 ...
1
vote
1answer
85 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 ...
0
votes
1answer
1k 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 ...
22
votes
6answers
867 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 ...
2
votes
1answer
1k 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. ...
1
vote
1answer
1k 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. ...
2
votes
1answer
461 views

What's the longest UTF-8 encoded character in bytes that is also present in UCS-2?

I'd like to know which Unicode character is both present in UCS-2 and UTF-8 encoding, that has the longest size in bytes in UTF-8.
0
votes
1answer
197 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 ...
6
votes
2answers
1k 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 ...
1
vote
1answer
368 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 = ...
0
votes
1answer
273 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 ...
3
votes
2answers
364 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
1answer
2k 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 ...
0
votes
0answers
664 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 &#x4E8C aka Unicode Code Point 20108 But if I want to ...
2
votes
4answers
2k 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, ...
0
votes
0answers
565 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
234 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 ...
2
votes
1answer
3k 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
3k 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 ...
13
votes
4answers
5k 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 ...
2
votes
2answers
1k views

UCS-2LE text file parsing

I have a text file which 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 ...
2
votes
3answers
3k 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
4answers
4k 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 ...
11
votes
8answers
17k 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 ...