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.
0
votes
1answer
15 views
python, UnicodeEncodeError, converting unicode to ascii
Firstly, I am pretty new to python, so forgive me for all the n00b stuff.
So the application logic in Python goes like this:
I am sending and SQL Select to database and it returns an array of data.
...
0
votes
0answers
11 views
Django fixtures: UnicodeEncodeError
I have a Django model, goes like this:
class Employee(models.Model):
user = models.OneToOneField(User)
name = models.CharField(max_length=30)
(User is django.contrib,auth user)
I'm trying ...
0
votes
0answers
10 views
convert ANSI to UNICODE in my DB
I'm having to work with a database that is storing text as varchar and due to some recent inquiries I may be needing to deal with queries that are looking for a specific word or whatever that is in a ...
0
votes
0answers
8 views
Simple editor for editing Unicode charecters stored in the \uXXXX format
Netbeans is able to display/edit/save Unicode characters stored in the \uXXXX format in a user-friendly way.
I'm looking for a simpler/lightware editor (like Notepad++) which is able to do the same. ...
0
votes
0answers
9 views
IMQB (WebSphere MQ C++ MQI) Unicode
I'm trying to assist somebody who is converting some application code which uses IBM MQ to Unicode (UTF16). We've hit a blocker where the MQ C++ libraries only seem to support non unicode ...
0
votes
1answer
9 views
AWS SQS valid characters
Some messages I send via SQS come back with this error:
Amazon.SQS.AmazonSQSException: Invalid binary character '#x1' was found in the message body, the set of allowed characters is #x9 | #xA | ...
3
votes
2answers
42 views
I can't figure out why DrJava won't output Unicode symbols
I'd like to apologize upfront for my incredible newb-ness with regard to Java and programming in general. But I've searched everywhere for an answer to this and I just can't seem to find one.
So I'm ...
2
votes
4answers
55 views
How to convert a rune to unicode-style-string like `\u554a` in golang?
If you run fmt.Println("\u554a"), it shows '啊'.
But how to get unicode-style-string \u554a from a rune '啊' ?
0
votes
3answers
52 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
34 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
93 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
1answer
25 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
26 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
38 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
15 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
776 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
42 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
72 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
37 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
42 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
14 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
59 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
34 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
27 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
49 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 ...
1
vote
1answer
27 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
14 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)
✓
or
✓
or as someone already suggested:
✔
In my Visual ...
12
votes
4answers
204 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
26 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
26 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
52 views
Need help in the Regex issue: TypeError: cannot read property “1” from null
function numericEntityToChar(s) {
//s="登入"
console.log(s);
var chars = String.fromCharCode(s.match(/^&#(\d+);$/)[1]);
// throws uncaught exception ...

