Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

14
votes
7answers
8k views

String To Lower/Upper in C++

What is the best way people have found to do String to Lower case / Upper case in C++? The issue is complicated by the fact that C++ isn't an English only programming language. Is there a good ...
9
votes
3answers
285 views

UTF-16 string terminator

What is the string terminator sequence for a UTF-16 string? EDIT: Let me rephrase the question in an attempt to clarify. How's does the call to wcslen() work?
9
votes
6answers
881 views

Is there an STL string class that properly handles Unicode?

I know all about std::string and std::wstring but they don't seem to fully pay attention to extended character encoding of UTF-8 and UTF-16 (On windows at least). There is also no support for UTF-32. ...
9
votes
5answers
432 views

Is it possible to reliably auto-decode user files to Unicode? [C#]

I have a web application that allows users to upload their content for processing. The processing engine expects UTF8 (and I'm composing XML from multiple users' files), so I need to ensure that I ...
8
votes
2answers
553 views

Convert between string, u16string & u32string

I've been looking for a way to convert between the Unicode string types and came across this method. Not only do I not completely understand the method (there are no comments) but also the article ...
8
votes
3answers
331 views

Where can I get started with Unicode-friendly programming in C?

So, I’m working on a plain-C (ANSI 9899:1999) project, and am trying to figure out where to get started re: Unicode, UTF-8, and all that jazz. Specifically, it’s a language interpreter project, and I ...
6
votes
3answers
3k views

How I can print the wchar_t values to console?

Example: #include <iostream> using namespace std; int main() { wchar_t en[] = L"Hello"; wchar_t ru[] = L"Привет"; //Russian language cout << ru << endl ...
6
votes
5answers
4k views

How to work with unicode in Python

I am trying to clean all of the HTML out of a string so the final output is a text file. I have some some research on the various 'converters' and am starting to lean towards creating my own ...
6
votes
8answers
3k views

Why the Excess Memory for Strings in Delphi?

I'm reading in a large text file with 1.4 million lines that is 24 MB in size (average 17 characters a line). I'm using Delphi 2009 and the file is ANSI but gets converted to Unicode upon reading, so ...
5
votes
3answers
333 views

Java Unicode strings sorting

In Java, how does Unicode strings get compared? What I mean is, if I have a few say, Japanese strings, when I do the following: java.util.Arrays.sort(arrayOfJapaneseStrings); how does those ...
4
votes
3answers
211 views

C: Most efficient way to determine how many bytes will be needed for a UTF-16 string from a UTF-8 string

I've seen some very clever code out there for converting between Unicode codepoints and UTF-8 so I was wondering if anybody has (or would enjoy devising) this. Given a UTF-8 string, how many bytes ...
4
votes
4answers
186 views

What issues would come from treating UTF-16 as a fixed 16-bit encoding?

I was reading a few questions on SO about Unicode and there were some comments I didn't fully understand, like this one: Dean Harding: UTF-8 is a variable-length encoding, which is more ...
4
votes
2answers
310 views

Help me translate Python code which replaces an extension in file name to C++

I apologize if you know nothing about Python, however, the following snippet should be very readable to anyone. The only trick to watch out for - indexing a list with [-1] gives you the last element ...
4
votes
2answers
3k views

strcmp or _tcscmp in UNICODE

For comparing strings in UNICODE versions is it advisable to use strcmp or _tcscmp? Thanks in advance
4
votes
3answers
2k views

Displaying a unicode text in C#

My App displays English, Japanese and Chinese characters on a TextBox and a LinkLabel. Currently, I check if there are unicode characters and change the font to MS Mincho or else leave it in Tahoma. ...
3
votes
3answers
89 views

Which syntax for Unicode strings in VC++?

How should you use unicode strings in VC++? Of course you should to #define UNICODE, but what about your strings? Should the TEXT() or _T() macro be used around all text or should you just put an L ...
3
votes
3answers
203 views

How do i construct a WideString with a diacratic in a non-unicode Delphi version?

i am trying to construct a (test) WideString of: á (U+00E1 Small Letter Latin A with acute) but using it's decomposed form: LATIN SMALL LETTER A (U+0061) COMBINING ACUTE ACCENT (U+0301) ...
3
votes
2answers
72 views

Why isn't “\400” a compile-time error?

Character values between 0 and 255 can be denoted by octal literals from "\000" to "\377". So shouldn't "\400" be a compile-time error? Eclipse does not complain, however... what's going on here?
3
votes
3answers
244 views

Unicode strings in .Net with Hebrew letters and numbers

There is a strange behavior when trying to create string which contains a Hebrew letter and a digit. The digit will always be displayed left to the letter. For example: string A = "\u05E9"; //A ...
3
votes
1answer
168 views

Automatically change between std::string and std::wstring according to unicode setting in MSVC++?

I'm writing a DLL and want to be able to switch between the unicode and multibyte setting in MSVC++2010. For example, I use _T("string") and LPCTSTR and WIN32_FIND_DATA instead of the -W and -A ...
3
votes
4answers
1k views

What is the range of Unicode Printable Characters?

Can anybody please tell me what is the range of Unicode (UTF8) printable characters? [e.g. Ascii printable character range is \u0020 - \u007f]
3
votes
1answer
165 views

How do I use Unicode Character Combining with Kanji/Hanzi?

I'm trying to find a workaround to display old and rare characters in unicode using character combining. Currently I'm converting some dictionaries from EPWING into text and there are 36 different ...
3
votes
2answers
967 views

copy text (Indian language- GUjarati) from word document to web page text area problem

I am developing one site in Indian language (Gujarati). My problem is as below: My client wants that they able to copy Gujarati text from word document and paste into the Text area. But when i copy ...
3
votes
3answers
2k views

Storing UTF8 string in a UnicodeString

In Delphi 2007 you can store a UTF8 string in a WideString and then pass that onto a Win32 function, e.g. var UnicodeStr: WideString; UTF8Str: WideString; begin UnicodeStr:='some unicode text'; ...
3
votes
1answer
282 views

How to get unicodes from Google translation output string

In google translate web site if i type any word in English and select any other foreign language, it show the exact word in the foreign language. I want the unicode value of that foreign characters. ...
3
votes
3answers
748 views

Weird SQL Behavior, why is this query returning nothing?

Assume there is a table named "myTable" with three columns: {**ID**(PK, int, not null), **X**(PK, int, not null), **Name**(nvarchar(256), not null)}. Let {4, 1, аккаунт} be a record on the ...
2
votes
1answer
108 views

GIT: does not handle filenames which contain unicode char(e.g. chinese/korean)

Issues: Using ls in GIT shows all unicode in filenames as '?' (i.e. ???.mp3). When using git add -A the following error is returned: "fatal: unable to stat 'example/???.mp3': no such file or ...
2
votes
1answer
229 views

How to interpret server response for in-App purchase verifying receipt request?

I am using in App purchases in my application. I am sending a request to the server for verifying the transaction receipt for the purchased product using the following method: ...
2
votes
2answers
218 views

Convert string to unicode

import hashlib string1 = u'test' hashstring = hashlib.md5() hashstring.update(string1) string2 = hashstring.digest() unicode(string2) UnicodeDecodeError: 'ascii' codec can't decode byte 0x8f in ...
2
votes
1answer
168 views

In ICU UnicodeString what is the difference between countChar32() and length()?

From the docs; The length is the number of UChar code units are in the UnicodeString. If you want the number of code points, please use countChar32(). and Count Unicode code points in the length ...
2
votes
1answer
352 views

Writing ansi string to unicode file over FTP

I have the following VB6 function which writes an ansi string to a new file over ftp. I would like it to write the file as UTF-16LE. Is there any good way to do that within this following method? ...
2
votes
3answers
614 views

Java: How to create unicode from string “\u00C3” etc

I have a file that has strings hand typed as \u00C3. I want to create a unicode character that is being represented by that unicode in java. I tried but could not find how. Help. Edit: When I read ...
2
votes
1answer
973 views

'Malformed string' exception when inserting into Firebird (Delphi, UniDAC, UniSQL, INSERT, parameters)

Using Delphi 2010, UniDAC components, Firebird 2.5 SuperServer. Database character set is ISO_8559_1 (my Windows default). I am writing a data transfer application to transfer data from an Access ...
2
votes
1answer
290 views

Converting unicode objects with non-ascii symbols in them into strings objects (in python)

I want to send chinese characters to be translated by an online service, and have the resulting english string returned. I'm using simple json and urllib for this. And yes, i am declaring. # -*- ...
2
votes
3answers
159 views

Python unicode question

I have a list that I need to send through a URL to a third party vendor. I don't know what language they are using. The list prints out like this: [u'1', u'6', u'5'] I know that the u encodes the ...
2
votes
2answers
210 views

Visual C++ Automatically Appending A or W to end of Function

In C++ I have defined a class that has this as a member static const std::basic_string<TCHAR> MyClass_; There is also a getter function for this value LPCTSTR CClass::GetMyClassName() { ...
2
votes
4answers
299 views

Byte[] to String to Byte[] — How to do so?

Ignore the reasons why someone would want to do this.... :) I want to be able to take some bytes, covert them to a string, then later back to the same byte array. Same length and everything. I've ...
2
votes
1answer
3k views

conversion of unicode string in python

I need to convert unicode strings in Python to other types such as unsigned and signed int 8 bits,unsigned and signed int 16 bits,unsigned and signed int 32 bits,unsigned and signed int 64 ...
1
vote
1answer
111 views

PDO and UTF-8 Special characters in PHP / MySQL?

This code I were try .I am using Mysql and php 5.3 $dbhost = 'localhost'; $dbuser = 'root'; $dbpass = ''; $con = mysql_connect("localhost","root",""); mysql_set_charset('utf8'); if (!$con) { ...
1
vote
1answer
94 views

.NET CF windows form can show Arabic Unicode text on title but not for labels?

After installing Arabic.CAB (or Arabizer) on my Win CE 5.0 device , i can set a static Arabic string as my .NET CF's windows form's title by : this.Text = "سلام"; and it works fine and i can see ...
1
vote
1answer
66 views

cant display unicode character

I want to display Turkish characters stored in a PostgreSQL database in my JSP page I have included: <meta http-equiv="content-type" content="text/html;charset=utf-8" />. I still can't see the ...
1
vote
2answers
76 views

showing utf-8 character in chart generated by ggplot2

I want to use the symbol (u+2265): in the y-axis label of my chart. How can I do that? Thanks. UPDATE 01 I need to use add a >=95 in the y-axis label, showing the group of people aged more ...
1
vote
1answer
91 views

iPhone: Convert Unicode to string

I need to convert the following to string and display Overall, the \u2018\u2018typical\u2019\u2019 xyz is broadly expressed I have tried all sort of uncode conversion NSData *asciiData = [desc ...
1
vote
2answers
168 views

Issue with removing newline character from unicode string in python

I have a piece of Unicode text. I wanted to remove all newline characters from the text before printing the output. My code looks something like this: input_string = ...
1
vote
1answer
174 views

Least used unicode delimiter

I'm trying to tag my text with a delimiter at specific places that will be used later for parsing. I want to use a delimiter character that is least frequently used. I'm currently looking at the "\2" ...
1
vote
1answer
233 views

String from Servlet with control characters in XML CDATA

My question is similar to Why are "control" characters illegal in XML? - however I'm looking for a solution to the problem below, rather than why the XML spec disallows control characters in ...
1
vote
3answers
364 views

Does Visual Studio 2010 Supports C++ Source Code in Unicode with Unicode Char in String Literal

I want to directly embed non-ASCII Unicode characters in string literals and use them in printf. This implies my source codes must be saved in utf-8 or utf-16. Visual Studio 2010 does support ...
1
vote
1answer
108 views

nhibernate disable unicode

in our company we are using nhibernate as our default mapper. I write queries using nhibernate criteria - I noticed that all parameters are send as unicode like this: exec sp_executesql N'SELECT ...
1
vote
3answers
600 views

Convert Unicode (CJK ExtB) character to Decimal NCRs in Java / Scala

I'm trying to convert a Java string contains Unicode character in CJK ExtB plan to Decimal NCRs. For example (you could try it with http://people.w3.org/rishida/tools/conversion/ ): "游鍚堃" should ...
1
vote
2answers
146 views

Some characters (trademark sign, etc) unable to write to a file but is printable on the screen

I've been trying to scrape data from a website and write out the data that I find to a file. More than 90% of the time, I don't run into Unicode errors but when the data has the following characters ...

1 2 3