Top "Unicode-normalization" questions

Unicode normalization refers to the standardisation of Unicode strings.

When to use Unicode Normalization Forms NFC and NFD?

The Unicode Normalization FAQ includes the following paragraph: Programs should always compare canonical-equivalent Unicode strings as equal ... The Unicode Standard …

string unicode normalization unicode-normalization
File.listFiles() mangles unicode names with JDK 6 (Unicode Normalization issues)

I'm struggling with a strange file name encoding issue when listing directory contents in Java 6 on both OS X and …

java unicode normalization unicode-normalization file-encodings
What is the best way to remove accents with Apache Spark dataframes in PySpark?

I need to delete accents from characters in Spanish and others languages from different datasets. I already did a function …

python apache-spark pyspark apache-spark-sql unicode-normalization
How to search a string ignoring accent characters (e.g. ã = a)

Possible Duplicate: Programatic Accent Reduction in JavaScript (aka text normalization or unaccenting) I'm trying to find a string ignoring accent, …

javascript jquery search non-ascii-characters unicode-normalization