Top "Ucs2" questions

Universal Character Set-2 is an early version of Unicode that has been superseded by the Unicode UTF-16 standard

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.…

python unicode ucs2
'UCS-2' codec can't encode characters in position 1050-1050

When I run my Python code, I get the following errors: File "E:\python343\crawler.py", line 31, in <module&…

python unicode encoding ucs2
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 …

utf-8 sql-server-2008-r2 collation ucs2
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 …

python encoding ucs2
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 (…

file python-3.x ucs2
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, …

sql-server unicode utf-16 ucs2
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 …

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

I get this message in an SMS in SIM900 GPRS. 07916698019021F00410D05479BDDC7CBBCB790008217002123430826A0049006E0063006F00720072006500630074002000700061007300730077006F00720064002E00200050006C050610306500065060740507202079060750702007001070730700…

c# unicode ucs2
R: can't read unicode text files even when specifying the encoding

I'm using R 3.1.1 on Windows 7 32bits. I'm having a lot of problems reading some text files on which I want …

windows r unicode encoding ucs2
Write text file in UCS-2 Little Endian, Java

I'm trying to write .txt file and it have to be UCS-2 Little Endian, but when I tried writer = new …

java encoding writer ucs2