Tagged Questions

0
votes
1answer
19 views

Batch UTF-8 Validation Tool?

Anyone know an app/service/method that I could use to validate a bunch of XML files for UTF-8? Basically I have a ton of XML files that are suppose to be UTF-8 and some of them happen to contain some …
0
votes
1answer
31 views

Google Geocode: PHP Implimentation - character encoding issues

Hello, I'm working with UK address data and also International address data. I need to geocode the address data for use on a google map. I'm doing this using the HTTP service. Ie/ Constructing a …
1
vote
0answers
23 views

How can I set the encoding of shell-command-on-region output?

I have a small elisp script which applies Perl::Tidy on region or whole file. For reference, here's the script (borrowed from EmacsWiki): (defun perltidy-command(start end) "The perltidy command we …
6
votes
2answers
105 views

What problems should I expect when moving legacy Perl code to UTF-8?

Until now, the project I work in used ASCII only in the source code. Due to several upcoming changes in I18N area and also because we need some Unicode strings in our tests, we are thinking about …
0
votes
1answer
21 views

Why my typeset function doesn’t work for non-latin/Asian characters?

Hi all: I've convinced my boss to do the typesetting stuff using PHP(PHP Version 5.2.8). And this is what I got so far(set Character encoding to Unicode(UTF-8) if you see misrendered Japanese …
2
votes
2answers
51 views

PHP: Convert unicode codepoint to UTF-8

I have my data in this format: U+597D or like this U+6211. I want to convert them to UTF-8 (original characters are 好 and 我). How can I do it?
2
votes
4answers
44 views

Problems with character encodings in LAMP app - UTF-8 or not?

I'm still learning the ropes with PHP & MySQL and I know I'm doing something wrong here with how character sets are set up, but can't quite figure out from reading here and on the web what I …
2
votes
2answers
104 views

Case fold UTF-8 without knowing the language

I'm trying to evaluate different strategies for case insensitive UTF-8 string comparison. I've read some material from the Unicode consortium, experimented with ICU and tried to come up with various …
0
votes
2answers
23 views

Adding non-escaped Ampersands to HTML with Nokogiri::XML::Builder

I would like to add things like bullet points "•" and such to html using the XML Builder in Nokogiri, but everything is being escaped. How do I prevent it from being escaped? I would like the …
2
votes
4answers
106 views

What is the fool proof way to convert some string (utf-8 or else) to a simple ASCII string in python

Inside my python scrip, I get some string back from a function which I didn't write. The encoding of it varies. I need to convert it to ascii format. Is there some fool-proof way of doing this? I …
0
votes
3answers
65 views

re: UTF-8, PHP and XML Mysql

This is relating to http://stackoverflow.com/questions/1791082/utf-8-php-and-xml-mysql, which I am still trying to get my head around. I Have a couple of separate questions that will hopefully help …
0
votes
1answer
42 views

excel file not generating after UTF-8 encoding chosen

This part of my code was creating xls file successfuly FileOutputStream fileOut = new FileOutputStream("c:\\Decrypted.xls"); wb.write(fileOut); fileOut.close(); when other part of the code had …
1
vote
6answers
102 views

UTF-8, PHP and XML Mysql

I am having great problems solving this one: I have a mysql database encoding latin1_swedish_ci and a table that stores names and addresses. I am trying to output a UTF-8 XML file, but I am having …
2
votes
2answers
45 views

Multilanguage UTF-8 website with Arabic

I will be coding a website that will have Arabic as a supported language. With UTF8 unicode I believe I can cover Arabic alphabet. I've also read that it reads right to left so I guess I should align …
1
vote
3answers
84 views

Change Emacs Default Coding System

My problem stems from Emacs inserting the coding system headers into source files containing non-ascii characters: # -*- coding: utf-8 -*- My coworkers do not like these headers being checked into …

1 2 3 4 5 33 next
15 30 50 per page