fix japanese romanization. fixes #4047Adjusted two entries after deduplication based on feedback by @ssahara
code style: line breaks
Apply rector fixes to inc/Utf8
Improved the transliteration from greek to latin.The patched version covers all greek letters and creates "greeklish" filenameswhich use only roman letters and which are very readable to greek lan
Improved the transliteration from greek to latin.The patched version covers all greek letters and creates "greeklish" filenameswhich use only roman letters and which are very readable to greek languagespeakers.
show more ...
"ı" character added to loweraccents.phpThe character "Lowercase dotless i" does not exist in the loweraccents.php file, I add to this.
adjust handling for greek characters. fixes #3188This fixes an error in the case conversion table and removes "normal"greek letters from the list of special characters. Mathematical symbolsbased
adjust handling for greek characters. fixes #3188This fixes an error in the case conversion table and removes "normal"greek letters from the list of special characters. Mathematical symbolsbased on greek letters are still considered special chars.
fix the case lookup table. #3113This readds a whole bunch of conversions that for some reason got lostin the refactoring. No idea what happened there.
replaced deprecated utf8 functionsFor now this uses full qualified namespaces, sensible imports may comelater.
Create separate table files for UTF-8 handlingThese will be loaded via include, later on and should be cachable byOp-Cache.The formatting has been adjusted to have one entry per line to makedif
Create separate table files for UTF-8 handlingThese will be loaded via include, later on and should be cachable byOp-Cache.The formatting has been adjusted to have one entry per line to makediffing much easier in the future.For now duplicate keys and commented code from the originals have beenkept. But this should probably be cleaned up in the future.For now these tables are not used, yet.