SoylentNews / slashcode

The slashcode repository for SoylentNews. The initial code base was uploaded as it appeared on Sourceforge as of the last commit in September 2009
http://soylentnews.org
GNU General Public License v2.0
44 stars 22 forks source link

Fix for diacritic stacking annoyance. #359

Closed TheMightyBuzzard closed 10 years ago

TheMightyBuzzard commented 10 years ago

Simple change to strip all diacritic marks off of a character if they exceed utf8_max_diacritics. This does not however deal with diacritics encoded as html entities. That needs separate and notably more complex code to convert them to unicode characters so they can be run through this.