Unicode is a standard for the encoding, representation and handling of text with the intention of supporting all the characters required for written text incorporating all writing systems, technical symbols and punctuation.

learn more… | top users | synonyms

0
votes
2answers
32 views

Python doesn't interpret UTF8 correctly

I know similar questions have been asked a million times, but despite reading through many of them I can't find a solution that applies to my situation. I have a django application, in which I've ...
2
votes
2answers
31 views

Longest 200 byte string - database validation max_length

So, working to a specification which dictates a byte length for a given variable (200 bytes) provided by end users/apps. Using a python string, what is the maximum character length of a string, which ...
3
votes
3answers
88 views

how to print the “approval” sign/check mark (✓) in python?

How can I print the sign "✓" in Python? It's the sign for approval, not a square root. Somebody has an idea? All the best!
1
vote
0answers
22 views

python pycassa encoding issue

Having issue encoding issue in inserting data in cassandra using pycassa. The field name is 'text' and content is tweet which can have non-ascii characters. I tried to encode using encode('UTF-8') the ...
0
votes
1answer
50 views

Java Unicode to TextArea

Ok, so I have tried everything even hard coding unicode into my program, but my conditional statement won't read that a √- was matched in the TextArea. I'm writing a calculator program and I want Java ...
0
votes
2answers
24 views

Subset Font By Specific Glyphs

I have a 14MB TTF containing mostly Simplified Chinese characters. I'd like to reduce the size by creating a subset which only contains the specific characters within an HTML page. So, ideally, I'd ...
0
votes
1answer
37 views

How to send utf-8 content in a urllib2 request?

I'm struggling with the following question for the past half a day and although I've found some info about similar problems, nothing really hits the spot. I'm trying to send a PUT request using ...
0
votes
0answers
14 views

Java FTPClient listFiles return empty result with unicode path

I tried to get list from ftp server and have encoding problem with FTPClient.listfiles(String path) method its always returns empty array if path has non-latin characters. (also i using with ...
8
votes
7answers
733 views

\d only matchs 0-9 digits?

As far as I know, \d should matchs non-english digits, e.g. ۱۲۳۴۵۶۷۸۹۰ but it doesn't work properly in JavaScript. See this jsFiddle: http://jsfiddle.net/xZpam/ Is this a normal behavior?
0
votes
1answer
62 views

“Unicode error” when reading a file

This is my first post on here, so I don't hope this isn't in the wrong topic or something, but I've run into a somewhat unusual problem with a Python app I'm writing. Basically, what I'm trying to ...
0
votes
1answer
38 views

compiling BUTT with mingw64 cannot convert 'char*' to ' LPWSTR {aka wchar_t*}' in assignment

I'm trying to compile BUTT (http://butt.sourceforge.net/) on windows with MingwW64. I seem to be running into errors of the type error: cannot convert 'char*' to 'LPCWSTR {aka const wchar_t*}' the ...
2
votes
4answers
53 views

How to use Unicode characters in a python string

I'd like to be able to use unicode in my python string. For instance I have an icon: icon = '▲' print icon which should create icon = '▲' but instead it literally returns it in ...
0
votes
1answer
30 views

trying to understand a Python Unicode exception

I have a string object of unspecified type. It will match types.StringTypes, but could be a type.StringType or type.UnicodeType - I'm not sure what I'll receive. I can't necessarily control what ...
1
vote
4answers
70 views

How to count the number of an Unicode character in a text with C++

I have written a simple code to count the number of different character in a text.This is the code below: #include <iostream> #include <fstream> #include <map> using namespace std; ...
0
votes
1answer
35 views

Erlang identify umlauts

How can I identify german umlauts in Erlang? I tried for days now, when I read a text as list it just doesn't get them. I tried this for example change_umlaut(Word) -> ...
0
votes
1answer
20 views

unable to retrieve Unicode data correctly from GUI

I am sending out unicode messages from pc to phone using jsms api. When I use this part of the code, it works perfectly. I get the message displaying "ఈ ఒక తెలుగు సందేశం" perfectly. SmsMessage ...
1
vote
2answers
41 views

How to replace UTF-8 characters with their character names in Ruby?

I would like to create a bidirectional mapping of Unicode characters to the characters [a-z] and [0-9]. I thought about using the Unicode character names like Left Curly Bracket for {. Unfortunately I ...
0
votes
0answers
13 views

Netbeans not supporting unicode

I am trying to convert my desktop application(made using swing) in bengali using the properties file or resource bundle.But when I paste the bengali character in the properties file it is showing ...
1
vote
3answers
51 views

How can I test if a python distribution has unicode properties

Where possible, I want to use the unicode python string u"\U0001d54d" but if there will be problems displaying it, I would like to use just a "V". On some system the unicode prints. On others it ...
0
votes
1answer
13 views

Chinese: how to get back corrupted chinese characters? [closed]

I wrote a MS-word .doc text in 2003 with both latin and Chinese characters, by example such : Qianziwen moderne (Xiandai Qianziwen 現代千字文). I reopened it and now get: Qianziwen moderne ...
4
votes
4answers
57 views

Get word count from a string in Unicode (in any language)

I want to get word count from a String. It's as simple as that. The catch is that the string can be in an unpredictable language. So, I need a function of signature int getWordCount(String) with the ...
0
votes
1answer
28 views

MySQL - executing text file with unicode causes “question marks”

The table: CREATE TABLE test (test VARCHAR(10)); test.sql: INSERT INTO test VALUES ('тест'); In bash: $ mysql --version mysql Ver 14.14 Distrib 5.5.31, for debian-linux-gnu (x86_64) using ...
1
vote
1answer
25 views

utf-32 advantage explanation

in the online diveintopython3 book,it says that the advantage of utf-32 and utf-16 is that UTF-32 is a straightforward encoding; it takes each Unicode character (a 4-byte number) and represents ...
1
vote
1answer
32 views

Read jpeg file in Python, encode it into Unicode and put it into protobuf

I am transferring an image from a python backend to a c++ backend. I chose Google protobuf, with the following simple structure: message data { optional string image = 1; } I then use Python to ...
1
vote
0answers
32 views

Fully correct Unicode visual string reversal

[Inspired largely by trying to explain the problems with Character Encoding independent character swap, but also these other questions neither of which contain a complete answer: How to reverse a ...
-1
votes
0answers
30 views

Icon Font not importing

I'm trying to use an icon font and everything was working and now it's not. I'm not aware of any changes that I made so I'm trying to figure this out. Code Pen Link Actual Website (The contact ...
3
votes
3answers
58 views

Java Unicode to hex string [duplicate]

The code below gives me the Unicode string as கா sysout = new PrintStream(System.out, true, "UTF-8"); sysout.println("\u0B95\u0bbe"); By giving கா as input, can I get the hex values as \u0B95 and ...
0
votes
0answers
26 views

Windows Unicode keyboard hook

I'm developing an application that in some point needs to capture the keyboard and mouse user input. I had no problems installing and using the mouse hook, but the keyboard is not working properly. I ...
4
votes
1answer
48 views

What is .Net Unicode Encoding's equivalent in Objective-C?

What is the equivalent in Objective-C of .Net's System.Text.Encoding.Unicode? I have tried: NSUnicodeStringEncoding NSUTF8StringEncoding NSUTF16StringEncoding None of the above converted the text ...
0
votes
1answer
25 views

Opening UTF16 URL with urllib in Python

I'm trying to use the Google Translate API to translate text that is in Kannada (and hence encoded utf-16) to English. Manually entering my URL, after pluggin in my google api key, ...
-6
votes
3answers
50 views

Python Unicode Handling Errors - How To Simply Remove Unicode

There are literally dozens, maybe even hundreds of questions on this site about unicode handling errors with python. Here is an example of what I am talking about: UnicodeDecodeError: 'ascii' ...
0
votes
1answer
22 views

Encoding in databases sql commands

I will like to know what entity is responsible for doing the encoding conversions necessaries to accomplish and SQL command successfully. For example: you have several places where output an SQL ...
0
votes
1answer
13 views

HTML/Unicode characters in .resx files are not rendered correctly in HTML?

When I add these codes checkmark codes (http://www.fileformat.info/info/unicode/char/2713/index.htm) &#10003; or &#x2713; or as someone already suggested: &#10004; In my Visual ...
12
votes
4answers
200 views

How to write unicode cross symbol in Java?

I'm trying to write this unicode cross symbol (𐀵) in Java: class A { public static void main(String[] args) { System.out.println("\u2300"); System.out.println("\u10035"); } } ...
1
vote
2answers
36 views

Can't make unicode string literal with xor symbol in Python?

I'm trying to print the xor symbol in Python (𐌈). I can print a universal quantifier just fine: >>> print u"\u2200" ∀ But when I do xor, it prints 8 instead: >>> print ...
0
votes
0answers
30 views

Using Java to save a few UTF-8 strings without opening separate MySQL connection

I use Java syntax such as PreparedStatement s = connection.prepareStatement("insert into table set text=?"); s.setString(1, "¡dn ʇǝƃ ʇ,uɐɔ ı puɐ uǝllɐɟ ǝʌɐɥ ı `dlǝɥ"); s.executeUpdate(); on the ...
0
votes
1answer
37 views

Converting string unicode to latin

I have the following result from some http requests: Tratamento\ da\ rejei\u00E7\u00E3o\ no\ cancelamento\ da\ desagrega\u00E7\u00E3o i did some research and i was able to find this line of code, ...
0
votes
1answer
25 views

Apple C++ LLVM Compiler 4.x & UNICODE: when needed? Is UNICODE default compiler charset? Making your code compiling both ANSI and UNICODE versions

I have Microsoft C++ compiler experience. There you could adjust your using/not using UNICODE compilation path very simply. Following constructions were legitimate and perfectly possible: #ifdef ...
1
vote
2answers
64 views

Operating on character '№'

I want to search and replace the character '№' in a string. I am not sure if it's actually a single character or two. How do I do it? What is its unicode? If it's any help, I am using Python3. EDIT: ...
1
vote
3answers
41 views

Why is my Java Charset.defaultCharset() GBK and not Unicode?

Config: Windows 8 English operating system; JDK1.7; Eclipse. I installed a software written by a Chinese, and the GUI is Chinese characters. But the software displays ugly with square boxes. I ...
0
votes
0answers
24 views

How to convert Japanese characters to Latin characters?

I try to program an application to convert foreign characters. how can i convert Japanese character か to ka? I am still in research mode of UCD data.
1
vote
4answers
51 views

Need help in the Regex issue: TypeError: cannot read property “1” from null

function numericEntityToChar(s) { //s="&#30331;&#20837;" console.log(s); var chars = String.fromCharCode(s.match(/^&#(\d+);$/)[1]); // throws uncaught exception ...
1
vote
1answer
23 views

Changing The Delimiter to CTRL+A in Python CSV Module

I'm trying to write a csv file with the delimiter ctrl+a. I'm going to have to eventually write the file to hadoop and I'm unable to use a standard delimiter. Currently I'm trying this: writer = ...
-2
votes
2answers
52 views

How to convert Unicode strings to ISO?

Help please, I have to print unicode strings caming from a database (oracle stored procedure => mapping into a java object) into a JSP page (with stuts1), I used this : String unicodeStr = ...
1
vote
1answer
38 views

encoding/decoding unicode and utf-8 : Python

I have a html text : If I&#039;m reading lots of articles I am trying to replace &#039; and other such special characters into unicode '. I did ...
-2
votes
2answers
25 views

PDO query returns lots of \uXXXX character codes which I can't convert to unicode characters

I have a MySQL database table in which I store the names of countries in different languages, and I can't get the data to display in unicode characters - I can only get \uXXXX codes displayed where ...
1
vote
2answers
55 views

When should I use InputStreamReader and OutputStreamWriter?

From the Java Tutorial site, we know InputStreamReader and OutputStreamWriter can convert streams between bytes and characters. InputStreamReader converts bytes read from input to characters, while ...
6
votes
1answer
83 views

Inserting some characters in JTextPane causes performance problems and memory leak

My chat client has a JTextPane in which text is inserted, which can be up to a few lines per second. It usually works fine, even for a longer period of time (e.g. an hour), however sometimes it just ...
-1
votes
3answers
28 views

Add checkmark in HTML source [closed]

See the source of this site: view-source:http://www.poster.nl/boeddha-en-orchidee_a46865.html There are checkmarks in the metadescription. for example before the word "Inlijsten". These checkmarks ...
0
votes
1answer
50 views

Converting ascii characters in text file to Unicode

We are creating a website using Django 1.5, We have several large text files stored on the server that are to render with the web page, depending on the country. The problem is that these text files ...

1 2 3 4 5 149