7
votes
4answers
192 views
Should I use accented characters in URLs?
When one creates web content in languages different than English the problem of search engine optimized and user friendly URLs emerge.
I'm wondering whether it is the best practic …
0
votes
2answers
169 views
Broken Accented Characters in a MailTo Link
I'm trying to create a mailto link that contains french accented characters as the subject and email body. Both HTML and URI encoding the chars does not work. Here is my code:
&l …
2
votes
3answers
220 views
accented words in email subject break spacing - how do I stop this?
We have a custom php email marketing app, and an interesting problem:
If the subject line of the message contains a word with accents, it 'swallows' the spaces between it and the f …
1
vote
7answers
2k views
Converting Symbols, Accent Letters to English Alphabet.
Dear friends,
The problem is that, as you know, there are thousands of characters in the Unicode chart and I want to convert all the similar characters to the letters which are i …
6
votes
3answers
227 views
Why does string.Compare seem to handle accented characters inconsistently?
If I execute the following statement:
string.Compare("mun", "mün", true, CultureInfo.InvariantCulture)
The result is '-1', indicating that 'mun' has a lower numeric value than ' …
0
votes
3answers
99 views
Tomcat : French accents in a solaris directory
One of our client bought a publicity in a newspaper and added to his URL :
http://www.website.com/publicité instead of "publicite" (without the accent)...
I'm trying to make the c …
1
vote
2answers
332 views
Replacing accents w/ their counterparts in AS3
How would I go on about changing éëíïñÑ (etc) to their counterparts? ie, eeiinN.
I was thinking about doing regex matching against é -> é and replacing both & and a …
0
votes
0answers
29 views
Actuate Report issue with accent characters
Hi..
I have a report which is in French language. When i try and run the actuate report from my workstation (erdpro designer), the data values with accent characters appear just f …
2
votes
1answer
281 views
Accent Insensitive ordering in Sphinx
I am using Sphinx with the Thinking Sphinx plugin to search my data. I am using MySQL.
My data contains accented chars ("á", "é", "ã") and I want them to be equivalent to their no …
2
votes
2answers
113 views
mediawiki API & encoding
I'm using the mediawiki Api to update some pages with an experimental robot.
This robot uses the java apache http-client library to update the pages.
(...)
PostMethod postMethod = …
0
votes
0answers
19 views
Weird problem generating an XLS file and MAC
Hi, we have a strange problem with a web application that is generating
some reports in CSV format. The report contains words with non-english chars (á, ñ, etc).
The strange thing …
1
vote
2answers
242 views
SQL Query with Accent’s from Foreign Languages
Hello, I have a simple column filled with words, many from foreign languages,
I need to query based on the "English" letters,
ie E, e, é, è, etc should be returned for query of …
0
votes
1answer
85 views
YUI Compression? gui? and comptible with european letterS?
Hi there,
I am trying to find some sort of gui or batch utility where i can YUI compress a JS file i have.. I have a utility that sort of consolidates all my js into 1 single js . …
1
vote
2answers
700 views
javascript : remove accents in strings in IE6
How do I remove accentuated characters from a string ?
Especially in IE6, I had something like this :
accentsTidy = function(s){
var r=s.toLowerCase();
r = r.replace(new …
5
votes
2answers
562 views
Get CSV Data from Clipboard (pasted from Excel) that contains accented characters
SCENARIO
My users will copy cells from Excel (thus placing it into the clipboard)
And my application will retrieve those cells from the clipboard
THE PROBLEM
My code retrieve …
