Top "Diacritics" questions

A Diacritic is "a mark near or through an orthographic or phonetic character or combination of characters indicating a phonetic value different from that given the unmarked or otherwise marked element" -- Merriam-Webster

What is the best way to remove accents (normalize) in a Python unicode string?

I have a Unicode string in Python, and I would like to remove all the accents (diacritics). I found on …

python python-3.x unicode python-2.x diacritics
Remove accents/diacritics in a string in JavaScript

How do I remove accentuated characters from a string? Especially in IE6, I had something like this: accentsTidy = function(s){ …

javascript diacritics
How do I remove diacritics (accents) from a string in .NET?

I'm trying to convert some strings that are in French Canadian and basically, I'd like to be able to take …

.net string diacritics
Is there a way to get rid of accents and convert a whole string to regular letters?

Is there a better way for getting rid of accents and making those letters regular apart from using String.replaceAll() …

java string diacritics
Microsoft Excel mangles Diacritics in .csv files?

I am programmatically exporting data (using PHP 5.2) into a .csv test file. Example data: Numéro 1 (note the accented e). …

excel encoding csv diacritics
Converting Symbols, Accent Letters to English Alphabet

The problem is that, as you know, there are thousands of characters in the Unicode chart and I want to …

java unicode special-characters diacritics
Easy way to remove accents from a Unicode string?

I want to change this sentence : Et ça sera sa moitié. To : Et ca sera sa moitie. Is there an …

java string unicode diacritics
Listings in Latex with UTF-8 (or at least german umlauts)

Trying to include a source-file into my latex document using the listings package, i got problems with german umlauts inside …

encoding latex utf-8 diacritics listings
Character encoding for French Accents

I'm developing my first website for a French client and I'm having massive issues with accents being displayed as "?".After …

php email diacritics
Test if string contains only letters (a-z + é ü ö ê å ø etc..)

I want to match a string to make sure it contains only letters. I've got this and it works just …

javascript regex diacritics