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

Add code to convert diacritic entities to their unicode selves #360

Closed TheMightyBuzzard closed 9 years ago

TheMightyBuzzard commented 10 years ago

We could write a sub that checks the entities themselves for a max of four but we already have a very nice and quick sub doing that for their proper unicode encoded selves, so just convert them to unicode before the diacritics_max op happens.

paulej72 commented 9 years ago

This issue was moved to SoylentNews/rehash#105