This is a JavaScript library for escaping text for use in CSS strings or identifiers while generating the shortest possible valid ASCII-only output. Here’s an online demo.
The purpose of this library is the same as python's unidecode library (version 1.1.1). Code of the initial release of this library has been extracted from GeneWeb and adapted to be released in an ...