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
77 views
Firefox displays question marks(?) instead of Unicode Text in ASP.net Textbox , OK in IE 8.0
We used Asp.Net Textbox in Application.In the Textbox user can Enter the unicode
character(Marathi/Devnagari).when I Browse this Application with IE 8.0 it works fine, it
displays the Unicode ...
-1
votes
0answers
5 views
How to CODE data from months into quartiles?
Hi I am using Winbugs and I have individual data for months in a year and i want to categorize the data so that when i code the data it selects quarter months in a year?
0
votes
1answer
30 views
Indy IMAPClient UIDRetrieveAllEnvelopes not getting other character set properly
Using: Delphi XE2, Windows 8 with US-English as default language
I am writing an email client with Delphi. I'm using TIdIMAP4 to connect to a GMail mailbox via IMAP and getting the message list like ...
0
votes
1answer
97 views
Reading unicode file in c
I just want to read read unicode text file in normal c.
Following code is not working for same,
#include<stdio.h>
int main()
{
FILE *ptr_file;
char buf[1000];
ptr_file ...
1
vote
2answers
115 views
Convert language characters to Latin alphabet
I try to program an application to learn foreign characters. If you for example want to learn Japanese, then you'd have to memorize all the Hiragana, Katakana and Kanji letters. (e.g あ、い、か... = ...
3
votes
1answer
35 views
Why does wcwidth return -1 with a sign that I can print on the terminal?
Why does here wcwidth return "-1" (not a printable wide character) width "Ԥ" (0x0524)?
#include <stdio.h>
#include <wchar.h>
#include <locale.h>
int wcwidth(wchar_t wc);
int ...
0
votes
1answer
38 views
Unicode Disappearing in html.parser
I am extracting HTML from some webpage with Unicode characters as follows:
def extract(url):
""" Adapted from Python3_Google_Search.py """
user_agent = ("Mozilla/5.0 (Windows; U; Windows NT ...
6
votes
3answers
189 views
Why does my Unicode String get corrupted, when passed from Java Applet to Java Script?
I'm pretty new, so don't be too harsh :)
Question(tl;dr)
I'm facing a problem passing an unicode String from an embedded javax.swing.JApplet in a web page to the Java Script part. I'm not sure this ...
2
votes
1answer
53 views
Why do these two methods to determine the number of print columns behave differently?
With these Unicode ranges Unicode::GCString'scolumns returns the number of print columns while mbswidth from Text::CharWidth doesn't.
To they behave differently because they use different databases?
...
0
votes
1answer
30 views
Why does the regex \pL+\pM+ not work with English?
Why does the regex \pL+\pM+ not work with English?
Why does the below first example results false wherein the second one results true?
System.out.println(Charset.forName("UTF-8").encode("suren")
...
1
vote
1answer
50 views
MySQL PHP - how to display non readable character stored in database
I'm working with ZendFramework 2, here is my setting
./config/autoload/global.php
'db' => array(
'driver' => 'Pdo',
'dsn' => 'mysql:dbname=littlepinktree;host=localhost',
...
2
votes
2answers
74 views
Why a Windows console with Chinese code page set can show a UTF-16 encoded character?
Per MSDN:
"For the Microsoft C/C++ compiler, the source and execution character sets are both ASCII."
C++03
2.1 Phases of translation
"..Any source file character not in the basic source ...
0
votes
1answer
17 views
301 redirect from URL including unicode chacters
Tried all possible methods can't make it work. Your help is my last chance!
Have an old and new wordpress website at the same domain.
Trying to 301 redirect from:
mywebsite.com/שלום or its encoded ...
2
votes
1answer
47 views
Strip U+10000-U+10FFFF from javascript strings
Tried string.replace(/\u10000-\u10FFFF/g, ''), but sadly \u doesn't support 10000+
1
vote
1answer
33 views
How to handle Python 3.x UnicodeDecodeError in Email package?
I try to read an email from a file, like this:
import email
with open("xxx.eml") as f:
msg = email.message_from_file(f)
and I get this error:
Traceback (most recent call last):
File ...
8
votes
1answer
69 views
Java REGEX code to validate Indian language characters not working?
Why the following code not working(resulting false) with Indian languages?
System.out.println(Charset.forName("UTF-8").encode("అనువాద")
.asCharBuffer().toString().matches("\\p{L}+"));
...
0
votes
3answers
44 views
Use value of string for wide string when declaring constants in C++
Using defines I am able to declare a wide string that uses the value of regular string as follows:
#define MY_STRING "my value"
#define MY_WIDE_STRING L"" MY_STRING
How can I achieve the same but ...
0
votes
4answers
75 views
Serialization of Control characters
In my program I wish to save a list of objects the user might have. Each object will have a particular value, much like an ID or reference. I thought converting the numerical value of the object to a ...
0
votes
2answers
40 views
MySQL Unicode Data
I have data in a table that looks like this (based on SQLYog):
(1) µéÁÂÓ ·Óá¡§
But when the forum system that is reading the data shows it on screen it looks like this:
(2) ต้มยำ ทำแกง
The second ...
3
votes
0answers
65 views
R: Creating n-grams in R with Asian / Chinese characters?
So I'm trying to create bigrams and trigrams of a given set of text, which just happens to be Chinese. At first glance, the tau package seems almost perfect for the application. Given the following ...
-4
votes
0answers
23 views
Looking for parser generator [closed]
I was wondering if exists a parser generator with all this features:
lexer included with full Unicode support;
glr algorithm;
automatic error recovering;
AST output;
free;
Parser language can be ...
1
vote
1answer
50 views
Unicode full width to standard ASCII (and back) in Python
I need a method to convert a string from standard ASCII and Unicode FULLWIDTH characters and vice versa in pure Python 2.6. The string may also contain symbols.
I tried unicodedata.normalize but it ...
4
votes
2answers
93 views
When should I use Unicode string?
I reflect when should I use Unicode string in Python 2.7 and my django applications.
Is it good habit to use convention u'some string' for every string ?
For example:
// models.py
# -*- coding: ...
-2
votes
1answer
60 views
How to write a byte array encoded in UTF-8 format to a file in Python? [closed]
I have an HTTP response, which is a byte array encoded in UTF-8 format. I have to write this byte array into a file using Jython. Please help.
-3
votes
1answer
68 views
converting time data from unicode in pandas
I have a pandas dataframe column that consists of time data with minutes and seconds like this
22:15, 19:43 etc. I need to convert it so I can do some calculations with it. The fact the data is in ...
2
votes
2answers
55 views
How to completely center a Unicode math symbol within its parent element?
I am trying to implement a CSS-based animation involving a single Unicode character:
HTML
<div class="spinner">⊗</div>
CSS
.spinner {
display: inline-block;
font-size: 42pt;
...
1
vote
2answers
92 views
Detect Encoding and Convert Everything to UTF-8 with PHP
I want to extract various data from URLs that will be converted to UTF-8 no matter what the encoding methods is used in original page (or at least it will work on most of the source encodings).
So, ...
1
vote
1answer
78 views
Convert an Unicode Hexadecimal String in VBA
I have some string data stored in a database which special characters are represented as Unicode Hexadecimal. I would like to convert the data.
Does anyone know how to do that in VBA without by ...
0
votes
0answers
54 views
Why are some Unicode characters invisible in Emacs?
I've been doing some tricks with Emacs Unicode support, and for the most part it works great. However, not all Unicode characters seem to display, even when they are in the font. For instance:
→ ‽ ...
-1
votes
0answers
43 views
Using java unicode fonts in Windows 7 [closed]
Which unicode fonts do I have access to via Java Swing in Windows 7? How can I tell if they are installed and usable?
1
vote
1answer
50 views
Searching for Chinese text throws UnicodeEncodeError
I'm using python-twiter to search for tweets using Twitter's API and I have a problem with chinese terms. Here is a minimal code sample to reproduce the problem:
# -*- coding: utf-8 -*-
import ...
0
votes
1answer
109 views
Unicode issue with Python scraper
I've been writing bad perl for a while, but am attempting to learn to write bad python instead. I've read around the problem I've been having for a couple of days now (and know an awful lot more about ...
0
votes
2answers
66 views
Unicode Rs. symbol ₹ not visible in application
I have just completed working on a project in WPF and C#. I have also used Crystal Reports. I have used the symbol ₹ as the currency symbol in my application which works fine in the windows as well as ...
0
votes
0answers
38 views
Unicode weirdness with octopress, kramdown, and Heroku
I have an Octopress blog that I host on Heroku using jgarber's custom buildpack. I had things working fairly well as long as I stuck with rdiscount, but I recently decided to switch to kramdown for ...
1
vote
0answers
52 views
Unicode for currency not showing the currency symbol
I have this code
String [] currency = {"US Dollar", "Philippine Peso", "British Pound", "Japanese Yen", "Indian Rupee",
"Syrian Pound"};
char [] symbol = { ...
2
votes
3answers
55 views
Converting between charsets in python
I need to output some strings (to stdout) and because windows console works in cp437, if the string contains any characters outside cp437, an exception is thrown.
I got around this by
...
-3
votes
1answer
78 views
Decode and Decode UTF-8 with Java
I'm have a problem to decode and encode String,
My program reads String Value Hungr\u00EDa from Response webservice, and then i need translate this value to Hungría.. I can't understand how to works. ...
0
votes
1answer
54 views
Erlang compiler UTF32 support
I want to write simple program with wxErlang. I can use Unicode strings when I use interpreter only. But I need to load my program from file (like "(load )" in LISP). File is in UTF-8. When I try to ...
0
votes
1answer
128 views
Python: Escape Single Quote from MySQL Query
I have a query string that runs in side a loop and for every item in the list query gets executed. The list contains strings and I use python string format technique to replace the query with the ...
0
votes
2answers
136 views
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2026'
I'm learning about urlib2 and beautiful soup and on first tests am getting errors like:
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2026' in position 10: ordinal not in range(128)
...
0
votes
1answer
51 views
How to select each first byte from bytes array
I have bytes array ( Unicode character in this case). Unicode characters consist of 2 bytes and I want get each first byte.
Linq would be appreciated.
Example:
Dim b_1() As Byte = New Byte() ...
0
votes
0answers
12 views
Use hard disks with different file system encoding on the same Linux machine, feasible? [migrated]
As we know, Linux and Unix style filesystems store file name as byte stream, as apposed to Unicode streams on Windows NTFS/FAT.
So there is the question. If I get an old hard disk(from around 2002) ...
2
votes
2answers
65 views
How to disable character compositions in emacs?
When I am in perl mode in emacs (recently upgraded to GNU Emacs 23.3.1), ::, -> and => (and perhaps other symbol combinations) are reduced to ∷, → and ⇒ symbols. This is playing havoc with my ...
0
votes
1answer
18 views
Unicode alternative for <wbr> tag
I am looking for Unicode solution which will be an alternative to <wbr> tag in following regards:
Allowing line breaks at given position.
Browser can find string in the page even when 'broken' ...
0
votes
3answers
46 views
How to represent a superscript slash with Unicode?
Is there any way I can write a superscript slash with Unicode?
My aim is to represent rational exponents in a nicer form than 123**(456/789).
4
votes
2answers
159 views
Switch not working in C++
I came across very strange problem today. Lets concider the following code:
int llex(){
cout<<"enter 1"<<endl;
char32_t c = U'(';
cout<<(c==U'#')<<endl;
...
-3
votes
1answer
40 views
Unicode character not converted in HTML format [closed]
i am going to elaborate my question in details so that someone help me out.
i have multilingual site. a;; language translation is stored in language ini file with key/value pair e.g. ...
4
votes
2answers
130 views
Convert between string, u16string & u32string using libstdc++
I found this topic Convert between string, u16string & u32string and the solution (which looks really great) works only using libc++ not libstdc++. Currently libc++ is not usable - it is hard to ...
0
votes
3answers
93 views
Check whether a Cstring contains only Chinese characters
I am checking whether a CString variable contains only] Chinese characters. The Unicode range for Chinese characters is 4E00 - 9FFF.
I am doing as follows:
CString str;
char ch;
GetDlgItemText( ...
2
votes
1answer
68 views
Regex on Unicode string is interpreted as intended by the debugger but not by the program
This is - reduced to a minimum - a program I am using to read and interpret some UTF8 text files:
use 5.012;
use utf8;
binmode STDIN, ':utf8';
binmode STDOUT, ':utf8';
while (<>) {
chomp;
...

