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

How do i replace accents (german) in .NET

I need to replace accents in the string to their english equivalents for example ä = ae ö = oe Ö = Oe ü = ue I know …

c# string character-encoding diacritics
How to ignore accent in SQLite query (Android)

I am new in Android and I'm working on a query in SQLite. My problem is that when I use …

android sqlite diacritics
Regex accent insensitive?

I need a Regex in a C# program. I've to capture a name of a file with a specific structure. …

c# regex diacritics non-ascii-characters
Java string searching ignoring accents

I am trying to write a filter function for my application that will take an input string and filter out …

java string localization filter diacritics
Replace diacritic characters with "equivalent" ASCII in PHP?

Related questions: How to replace characters in a java String? How to replace special characters with their equivalent (such as " á " …

php character-encoding diacritics
How to handle special characters in markdown?

I am just discovering Markdown and MultiMarkdown and I am loving it so far. However, special characters are not properly …

escaping markdown diacritics multimarkdown
How to remove accent in Python 3.5 and get a string with unicodedata or other solutions?

I am trying to get a string to use in google geocoding api.I ve checked a lot of threads …

python unicode diacritics
regex in Vietnamese characters

I have one string and want remove any character not in any case below: not in this list : ÀÁÂÃÈÉÊÌÍÒÓÔÕÙÚĂĐĨŨƠàáâãèéêìíòóôõùúăđĩũơƯĂẠẢẤẦẨẪẬẮẰẲẴẶẸẺẼỀỀỂ ưăạảấầẩẫậắằẳẵặẹẻẽềềểỄỆỈỊỌỎỐỒỔỖỘỚỜỞỠỢỤỦỨỪễệỉịọỏốồổỗộớờởỡợụủứừỬỮỰỲỴÝỶỸửữựỳỵỷỹ not in […

php regex unicode diacritics
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 …

c# excel csv clipboard diacritics
Convert characters to UTF8 in MySQL (é to é)

I've got a MySQL problem. My whole website except my database is in UTF8. I just recently tried to convert …

mysql utf-8 character diacritics latin