Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
2answers
490 views

How to handle Asian characters in file names in Git on OS X

I'm on US-English OS X 10.6.4 and try to store files with Asian characters in its name in a Git repository. OK, let's create such a file in a Git working tree: $ touch どうもありがとうミスターロボット.txt ...
8
votes
3answers
929 views

Convert Hi-Ansi chars to Ascii equivalent (é -> e) in Delphi(2007)

Is there a routine available in D2007 to convert the characters in the high range of the ANSI table (>127) to their equivalent ones in pure ASCII (<=127) according to a locale (codepage)? I know ...
6
votes
5answers
5k views

Easy Q: UnicodeEncodeError: 'ascii' codec can't encode character

I'm trying to pass big strings of random html through regular expressions and my Python 2.6 script is choking on this: UnicodeEncodeError: 'ascii' codec can't encode character I traced it back to a ...
3
votes
3answers
192 views

How can I identify different encodings against files without the use of a BOM and beginning with non-ASCII character?

I got a problem when trying to identify the encoding of a file without BOM, particularly when the file is beginning with non-ascii characters. I found following two topics about how to identify ...
3
votes
1answer
724 views

Finding non-Ascii character

I'm struggling trying to find an answer to how I can find a non-ascii character in a very large file of xml data. I do not want to convert the non-ascii characters, I just want to identify where in ...
3
votes
4answers
197 views

In which encoding is 0xDB a currency symbol?

I received files which, sadly, I cannot get info about how they were generated. I need to parse these files. The file is entirely ASCII besides for one character: 0xDB (in decimal it gives 219). ...
3
votes
2answers
781 views

How to fetch a non-ascii url with Python urlopen?

I need to fetch data from a URL with non-ascii characters but urllib2.urlopen refuses to open the resource and raises: UnicodeEncodeError: 'ascii' codec can't encode character u'\u0131' in position ...
3
votes
2answers
467 views

Remove lines contaning non-ASCII characters from a file in Perl

I have a file with aprox 12,000 lines generated every 6 hours. On some of these lines, there are non-ascii characters. I would like to be able to run a Perl script to remove all lines that have ...
3
votes
1answer
39 views
3
votes
3answers
322 views

Unicode support in Web standard fonts

I need to decide whether to render geometric symbols in a web GUI (e.g. arrows and triangles for buttons, menus, etc.) as Unicode symbols (MUCH easier and color-independent) or GIF/PNG files (lots of ...
3
votes
1answer
2k views

Easy Python Q: UnicodeEncodeError: 'ascii' codec can't encode character?

I'm trying to pass big strings of random html through regular expressions and my Python 2.6 script is choking on this: UnicodeEncodeError: 'ascii' codec can't encode character I traced it back to a ...
3
votes
3answers
4k views

bash: how do I write non ascii chars using echo?

Is there an escape sequence, such as \012 or something like that? I want to append on ascii chars to a file using echo ?? >> file
2
votes
1answer
74 views

NSData to NSString with åöä

I'm downloading a webpage using NSMutableURLRequest but having problem putting that very webpage into a NSString. NSString *username = @"my_username"; NSString *password = @"my_password"; NSURL* ...
2
votes
2answers
174 views

haskell: output non-ascii characters

I'd like to output non-ascii characters in WinGHCi, but this is what I get: Prelude> "δ" "\948" Prelude> putStr "\948" *** Exception: <stdout>: hPutChar: invalid argument (character is ...
2
votes
2answers
164 views

Reverse a string containing ASCII chars and non-ASCII chars

I got a problem about how to reverse a string containing this 'abcd汉字efg'. str_to_reverse = "abcd汉字efg"; /* those non-ASCII chars are Chinese characters, each of them takes 2 bytes */ after ...
2
votes
2answers
220 views

Problem matching unicode characters in regular expressions

I have read thru the other questions at Stackoverflow, but still no closer. Sorry, if this is allready answered, but I didn`t get anything proposed there to work. >>> import re >>> ...
2
votes
2answers
299 views

Why does US-ASCII encoding accept non US-ASCII characters?

Consider the following code: public class ReadingTest { public void readAndPrint(String usingEncoding) throws Exception { ByteArrayInputStream bais = new ByteArrayInputStream(new ...
2
votes
6answers
1k views

php csv - print non ascii characters

I'm trying to create a CSV file using php. How can I print non ascii charaters? Thanks in advance, Best regards!
2
votes
2answers
543 views

how to remove spurious non ascii characters, but keep spaces and newlines?

I have some text files that contain some non ASCII characters, I want to remove them, however keep the formatting characters. I tried $description = preg_replace('/[\x00-\x1F\x80-\xFF]/', '', ...
1
vote
1answer
37 views

Grails UrlEncoding non latin characters like åäö

I have some link resources with none latin characters like åäö These are usually user uploaded files The problem is that i am not successfull in encoding them using filename.encodeAsURL seems to ...
1
vote
1answer
68 views

incorrect java xml parsing for non-ascii characters

I'm using a java applet to browse files/folders on a remote server (ftp/cifs). The problem is that, if a folder on the remote server is named in non-ascii characters(say Japanese or Chinese ...
1
vote
1answer
70 views

Non-ascii characters added form input only with Safari Browser

I'm facing a weird problem with the Safari browser for Windows. I have a html 5 drag-n-drop upload form based on jquery. It works fine with all the browsers except Safari where - for files with ...
1
vote
1answer
78 views

.Net MVC 2, return File that contains non-ASCII characters in the filename

I am working on a data export task that needs to be able to export in any language. All the languages that use strictly ASCII characters work just fine, but when I go for data exports in oriental ...
1
vote
1answer
70 views

Why is this char stopping my program?

Does the newline character have some kind of special significance in c++? Is it a non-ASCII character? I'm trying to build a Markov chain for each unique n-character substring within a larger piece ...
1
vote
1answer
209 views

Convert special character (i.e. Umlaut) to most likely representation in ascii

i am looking for a method or maybe a conversion table that knows how to convert Umlauts and special characters to their most likely representation in ascii. Example: Ärger = aerger Bôhme = bohme ...
1
vote
3answers
139 views

isalpha() giving an assertion

I have a C code in which I am using standard library function isalpha() in ctype.h, This is on Visual Studio 2010-Windows. In below code, if char c is '£', the isalpha call returns an assertion as ...
1
vote
2answers
143 views

remove invalid chars from html document

i have a bunch of files which are supposed to be html documents for the most part, however sometimes the editor(s) copy&pasted text from other sources into it, so now i come across some weird ...
1
vote
1answer
129 views

Problem with special char in path when passing DDE message to Acrobat Reader

I've been looking into a problem for some time without finding a solution to it. Tried google as well, without getting on track... Any help would be appreciated! Problem is: I'm sending a ...
1
vote
2answers
273 views

How to check is first character is ñ - Django

I get a word from a form, and to slugify it I want to differentiate it. Using django's slugify if I get the word 'Ñandu', the slug becomes 'nandu'. And if I get the word 'Nandu' the slug also becomes ...
1
vote
0answers
265 views

Python matplotlib repository ubuntu 10.10

Dear matplotlib-user and developer, I just wanted to use the latest version from the subversion-repository which I obtained from svn co ...
1
vote
1answer
124 views

Non-ASCII characters in IE download dialog, using Drupal6/Filedepot

I'm using Drupal6 and Filedepot module to store files into Drupal. Downloading files works perfectly with Firefox and Chrome, but there's some annoying problems with Internet Explorer. If the ...
1
vote
3answers
367 views

How to convert \xXY encoded characters to UTF-8 in Python?

I have a text which contains characters such as "\xaf", "\xbe", which, as I understand it from this question, are ASCII encoded characters. I want to convert them in Python to their UTF-8 ...
1
vote
2answers
890 views

Unicode in Python on Google App Engine

I need to make a POST request in which the data might be non-ascii (chinese, japanese characters). I need to convert the input to unicode and encode with utf-8. Here's how I did it: foo = ...
1
vote
1answer
251 views

Store files with Japanese characters in file name in msysgit

I'm using a German Windows XP and created a file name with Japanese characters in the name (どうもありがとうミスターロボット.txt) using the Windows explorer. msysgit console just shows question marks: $ git version ...
1
vote
1answer
914 views

Delphi - How can i replace \xA0( or non ascii) chars in a string to ' '?

I have an excel file with numerous non-ascii characters which i would like to replace with the space character. This text is to be entered into a MySQL database, and it will not import with these ...
1
vote
2answers
1k views

Removing non-ascii characters from any given stringtype in Python

>>> teststring = 'aõ' >>> type(teststring) <type 'str'> >>> teststring 'a\xf5' >>> print teststring aõ >>> teststring.decode("ascii", "ignore") u'a' ...
1
vote
1answer
145 views

POSTing XML with non-ASCII characters

I'm trying to patch RestSharp for it to be able to POST XMLs with non-ASCII characters as POST request body. Here's how it gets written: private void WriteRequestBody(HttpWebRequest webRequest) { ...
1
vote
1answer
213 views

Java (Groovy) LDAP Non-ASCII Characters

I've been googling my ass off without any success. So I came here. Hope someone can help me out! Im using Groovy to do some LDAP searches but when a person has å, ä or ö in their names I get for ...
1
vote
1answer
440 views

mysql query to find every occurrence of a non-ascii character in a table column and replace it with its HTML equivalent

I have a column that contains HTML strings and has characters like ® and ™ in it. I want to replace all such characters with their HTML equivalent. Is this possible?
1
vote
4answers
613 views

How to Make Emacs Display Chinese Characters

I often use simple Chinese phrases like "你好" to test that my code can handle non-ascii characters. Whenever I enter Chinese characters directly into Emacs, they just come out as question marks. ...
1
vote
3answers
2k views

using non-latin characters in a URL

I'm working on a site which the client has had translated into Croatian and Slovenian. In keeping with our existing URL patterns we have generated URL re-writing rules that mimic the layout of the ...
0
votes
3answers
76 views

ANSI C: isprint() returns true for non-ASCII character?

I have some C code that should print the entire contents of a file. The program previously prints a file just fine, but when it prints a second I keep seeing a Unicode character where there definitely ...
0
votes
4answers
51 views

How can I force emacs (or any editor) to read a file as if it is in ASCII format?

I could not find this answer in the man or info pages, nor with a search here or on Google. I have a file which is, in essence, a text file, but it somehow got screwed up upon saving. (I think there ...
0
votes
3answers
69 views

® gets converted to ® in Python while parsing XML

My RSS feed ontains: <title><![ CDATA[HBO Wins 19 Emmy® Awards, The Most of Any Network This Year]]></title> Now I am parsing RSS and then assigning the title to title as below: ...
0
votes
1answer
93 views

Check keyboard input for ASCII compatibility on iPhone

When user taps on keyboard, I need to know does the input symbol belong to ASCII palette, and strip it otherwise. So what I need to do in -(BOOL) textField: (UITextField*) textField ...
0
votes
1answer
110 views

problem with non-ASCII characters in Url in MVC 3

I write a MVC 3 application with 2 languages: en and fa; and to optimize Url's for search-engines, I use page's title in Urls, like this (for one page in 2 lang): ...
0
votes
1answer
259 views

How to read/write local characters from/to MSWord 2003 using Delphi 7?

I have ListView on my form containing names and numbers and I have to provide printing MSWord document with those data filled into document's tables. Everything works fine with english characters but ...
0
votes
1answer
138 views

Convert ascii foreign language letters to their equivalent in PHP?

I have a lot of text with ascii codes embedded, representing german, spanish or french letters occurring in English words, such as the danish O with a slash through it etc. Is there a way to convert ...
0
votes
1answer
95 views

Should I use hex ascii accented character code in HTML or use the actual character?

I have several huge CSVs with lots of accented characters in html hex code: &#xE9; for é and lots of others, even &#x2013; for –, etc. My site is a wiki for people to update listings. So when ...
0
votes
1answer
163 views

Querystring has extra character foriegn characters.. Maybe Encoding issue? now what?

It's somewhat of a Hack, but I'm pointing some JSON API to regular asp.net (C#) page and that call is sending a querystring. When I look at the querystring in my C# code it looks fine, but if I ...

1 2