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
0answers
40 views
Accessing the style property “content” on a :before pseudo selector
I have about 250 font icons on a page and I would like to programmatically extract the Unicode values for each icon.
A typical icon has corresponding CSS like this:
.icon-play:before {
content: ...
0
votes
1answer
34 views
One Server Outputing Unicode and another ANSI
I have an application that produces a CSV report. This works fine locally and the CSV opens normally in Excel... This file is ANSI encoded. The same code when deployed to one (not all) of my servers ...
0
votes
1answer
36 views
OleDbCommand and Unicode Char
I have an application that run a lot of query using OleDbCommand. Every query is plain SQL text, and the command does not use parameters.
Now, the application should support chinese char and I do ...
0
votes
3answers
91 views
Spliting ascii/unicode string
I am trying to decode ID3v2 (MP3 header) protocol using python. The format of the data to be decoded is as follows.
s1, s2, ... sn-1 are unicode (utf-16/utf-8) strings, and last string 'sn' may be ...
1
vote
0answers
112 views
How can a MFC Unicode application use MySQL ODBC Connector to connect to a latin1 MySQL database?
I unsuccesfully made various attempts to update records, where the name of the row in a MySQL database contains Umlaute (ä,ü,ö,ß). Finally I suspect that Record Field Exchange doesn't handle Umlaute ...
3
votes
1answer
75 views
Listing directory names with Unicode symbols in them isn't working correctly
I'm trying to write to a file a list of all the sub-directories, but the unicode symbols in the sub-directory names get replaced by question marks. I'm using CLISP 2.49 on Windows XP.
Here is the ...
0
votes
1answer
51 views
Use Unicode font as @font-face
In my webpage css file, I used a "Bangla" (Bangladeshi) unicode font - "SolaimanLipi" as font-face;
I am sure the location is correct and font name is renamed as "sol.ttf". I linked the font like this ...
0
votes
0answers
14 views
How do I see unicode strings within “launch” using Editra?
I'm unable to see unicode strings within "launch" using Editra. Any idea why? Is editra not built for unicode?
Google searches do indicate that Editra supports unicode, but this isn't the case after ...
0
votes
1answer
28 views
RegQueryValueEx giving strange data
DWORD dwType = REG_SZ;
TCHAR keyData[1024];
DWORD keyDataLength = 1024;
cchValue = MAX_VALUE_NAME;
achValue[0] = '\0';
HKEY currentKey;
long err = RegOpenKeyEx(HKEY_CURRENT_USER, ...
0
votes
0answers
15 views
Issues uploading files via php with different encodings (UCS-2LE)
I'm creating a PHP website that will parse data from a combat log. However when I went to upload the combat log it wouldn't work. Looking at the combat log with notepad++ it tells me that it is using ...
4
votes
1answer
40 views
What Unicode normalization (and other processing) is appropriate for passwords when hashing?
If I accept full Unicode for passwords, how should I normalize the string before passing it to the hash function?
Goals
Without normalization, if someone sets their password to "mañana" ...
1
vote
1answer
31 views
MySQL query with non-printing characters (left-to-right mark)
I just found myself lost in the interesting situation that I need to query MySQL for fields containing a so called Left-to-right mark.
As the nature of this character is to be non-printing, thus ...
0
votes
1answer
114 views
Exception Delphi TClientDataSet, TStringStream and TWideStringField
When i try to load a Stream to a ClientDataSet i get the following exception:
Mismatch in datapacket
The ClientDataSet has several WideStringfields, so i tried it with an Encoding in ...
0
votes
0answers
115 views
How to decode unicode special character stored by SAP on SQL Server 2008?
I've a web service reading data from a table T on SQL Server 2008. Table T is populated by an SAP job.
When selecting from the table on SQL client and our web service, we see special characters 'É' ...
0
votes
1answer
27 views
ICU characters don't match when using UNICODE_STRING_SIMPLE
I need to understand the behavior of UNICODE_STRING_SIMPLE macro when using '\uhhhh'
I have the following code:
cout<<"Char print out for À"<<endl;
SCAUString us = UNICODE_STRING_SIMPLE ...
-2
votes
0answers
22 views
I need left and right alignment symbol. [closed]
I need symbol for left alignment and right alignment to use it.
so i need it as a Text or Unicode not a Picture .
Thanks,
0
votes
3answers
120 views
How to render a registered trademark in superscript
if I have a paragraph of text in UILabel and I need to display a registered trademark in the middle of the text, how should I implement it? I don't really want to use an image view. I kind of think ...
1
vote
1answer
64 views
regular expressions and unicode
I'm trying to validate this regular expression with JavaScript. What I need it to do is check if at least 2 words are entered. By words I mean strings with any characters except some specific. ...
0
votes
0answers
76 views
arabic in ucs2 unicode in gsm
I am developing an application for GSM Modems in Delphi using AT commands. I have a problem reading Unicode flash messages example:
at +cscs="hex"
OK
at +cusd=1,"2A31303023",15
at ...
0
votes
2answers
42 views
Print all Unicode characters within a specific range
I can't find the right API for this. I tried this;
public static void main(String[] args) {
for (int i = 2309; i < 3000; i++) {
String hex = Integer.toHexString(i);
...
1
vote
1answer
63 views
is there anyway to extract the underlineing “raw data” from a python unicode string?
I come to this problem with pymssql. I have a mssql db whose encoding is gbk, but it seems that pymssql can not support this. when I use 'gbk' as charset it throw an OperationalError 20017 with some ...
4
votes
2answers
57 views
Python problems with file names
I'd like to find a function that accesses a directory using the os.listdir() function (or any other method) and returns all the file names in that directory but converts non-ASCII characters into ...
1
vote
1answer
92 views
How to save unicode string into datastore google appengine using java
I'm working Google App Engine using Java, i receive data from form fields and save into datastore. I receive Unicode string from HttpServletRequest like this:
...
1
vote
1answer
69 views
How to convert encoded unicode to readable unicode [duplicate]
I'm so lost on this topic that I don't even know how to properly phrase my question.
I have a bunch of weird escape delimited codes within unicode in python. I want to make it human readable. I ...
1
vote
1answer
139 views
ArrayIndexOutofBoundException when printing unicode words in jtext area. (Malayalam Words)
I am trying to print malayalam words fetched from rssfeeds provided by various medias like "Matrubhumi" "Indiavision" to a jtext area.
What I am doing is saving all the topics from rssfeed to a text ...
0
votes
1answer
32 views
How search engine will react to different unicode?
I am developing website in Georgian language. Georgian language has it's own unicode, but also there are special fonts for English unicode that make Georgian letters. for example the word ...
0
votes
0answers
28 views
Any way to extract the Encoding name of a cell in Excel sheet?
The problem is the cell text in Excel sheet can be encoded using some Encoding table, the most popular one is Unicode Encoding table (for non-English language), but other Encoding tables do exist. So ...
1
vote
0answers
54 views
Get the correct character/string from the ones formatted in a wrong font?
I don't really know what kind of this task to call. For some characters/string, if you display them in a TextBox with some font (I call it Font 1), it displays them correctly. But if you change the ...
1
vote
0answers
45 views
Unicode Query in OpenRowSet
I have a stored procedure with nvarchar parameters. i want to get returned table using OPENROWSET. but when i use following codes the results would be incorrect
Declare @ID int
Declare @sql ...
0
votes
1answer
51 views
How do I iterate through an UFT16 encoded string character by character?
I have an UFT16 encoded string theUFT16string. It contains double byte characters. I would like to interate through it Unicode character by Unicode character. I understand that the chunk expressions ...
1
vote
1answer
91 views
JTable change Column Font
Helo, I've looked for the answer in so many places but I haven't got the solution, can you help me with this?
I'm making a table where I want to make the first column with a higher Font Size.
For ...
0
votes
4answers
61 views
How do I copy a chunk of Unicode text?
I have a field "data" with Unicode text in it which displays properly. I want to copy a chunk of it and put it into another field called "someData".
I tried the following script in a button
on ...
0
votes
1answer
33 views
Unknown Encoding in IMAP Message
I am obtaining text/HTML BODY parts of email messages using the IMAP protocol.
For this, what I do is use the BODYSTRUCTURE call to obtain the BODY index and the charset of a part, then use the ...
0
votes
1answer
41 views
Does American/British use non-ASCII characters?
I am a developer who is working with Chinese characters. I am trying to convert part of my project into English. I am currently rewriting the project's internationalization module.
I am unfamiliar ...
2
votes
1answer
48 views
Cannot split a seemingly encoded string
While parsing data from a web request, I came across the following string -
dateRange = 'September\xa04,\xa01978 – September 1980'
The encoding of the extracted string seems to be Latin-1 (based on ...
0
votes
1answer
49 views
pydev, nose test runner and unicode combination raises unexpected exception in xmlrpclib
I have a weird problem using eclipse, pydev, nose test runner and logging unicode texts. I have no Idea if this is something that only occurs in my configuration and versions installed. So please, if ...
-1
votes
1answer
83 views
Declare and compare a variable with Khmer unicode string in VBA, excel
Khmer unicode character string is different from other unicode character, we can't write it on VBA editor of Excel or MS Access.
How to declare a variable and assign Khmer unicode string?
0
votes
1answer
36 views
Creating a UTF-8 string from hexadecimal code
In C++, it's possible create a UTF-8 string using this kind of notation: "\uD840\uDC50".
However this doesn't work in PHP. Is there a similar notation?
If not, is there any built-in way to create a ...
0
votes
1answer
53 views
How to solve Javascript escape when escape sequence is not encoded properly [duplicate]
I have a text string that includes an escape sequence like \u00f1. When I ingest in JS and try to append the string to a div, it's literally rendering \u00f1 rather than ñ.
I've tried ...
0
votes
0answers
16 views
Print Unicode chars with command line in Windows
I have a file with this content: "════"
I'm want to print it using command line, I tried with "print file.txt /d:lpt1" and "type file.txt > lpt1" but it allways prints "ÍÍÍÍ" on paper.
My idea is ...
0
votes
1answer
33 views
how to tell if a wchar_t has a surrogate (UTF-16)?
I've seen a few other posts on this issue but was unable to find any details on how to determine programatically if a codepoint uses more than one 2-byte (on Windows) wchar_t.
An example:
const ...
1
vote
3answers
73 views
Why is a string printed as a unicode character rather than readable text in C#?
I have a string that I create as a get; set;:
public static string userDirInput { get; set; }
I use Console.Read(); to give it a value:
userDirInput = Convert.ToString(Console.Read());
and before ...
0
votes
0answers
71 views
An error occurred translating the connection string to UTF-16 in PHP SQL server
I'm using PHP 5.2.9 and Micorsoft SQL Server 2008 R2 with Apache, and have a PHP line of code like this
<?php
$serverName = "xxx-xxxxxxxxxxx\xxx"
$connection = array("Database"=>"example");
$conn ...
0
votes
1answer
47 views
how to Handle Subdomain in rails with unicorn, and nginx
I followed a simple railscasts episode on multitenant
now all tenants in my app enters their subdomain which works locally on my dev syatem but wen i try this same process on my vps system, the ...
0
votes
0answers
64 views
Unicode (Greek) Characters in Matlab for Mac OS display as question marks
I'm having a problem with my matlab in Mac OS. After a little research in here i found that in order to read unicode characters in matlab the slCharacterEncoding('UTF-8'); needs to be used. And so I ...
-2
votes
0answers
18 views
How to display HerBew charaters from UTF8
I am using Codebase database in my backend. I use to write UTF8 format in my database. I am unable to display non english user contents in my website.
utf8 to unicode failed to display content.
3
votes
1answer
72 views
Catalan characters à and è don't work with php imagestringup - how to decode them?
When I call the below code with $text with Spanish I got correct text with image but
When I call the same code with $text with Catalan I don't get correct text in the image. I understand that Spanish ...
0
votes
1answer
85 views
How do I properly encode Unicode characters in my NSString?
Problem Statement
I create a number of strings, concatenate them together into CSV format, and then email the string as an attachment.
When these strings contain only ASCII characters, the CSV file ...
1
vote
1answer
83 views
Python escape sequence \N{name} not working as per definition
I am trying to print unicode characters given their name as follows:
# -*- coding: utf-8 -*-
print "\N{SOLIDUS}"
print "\N{BLACK SPADE SUIT}"
However the output I get is not very encouraging.
The ...
1
vote
1answer
62 views
Boost.Regex with icu/unicode support
How to build Boost.Regex with icu/ unicode support? My compiler is GCC, and IDE is Eclipse C++. How to configure binary files with Eclipse?
I tried to do this "bjam --sHAVE_ICU=1 toolset=gcc". But it ...




