History log of /dokuwiki/inc/Utf8/tables/romanization.php (Results 1 – 5 of 5)
Revision Date Author Comments
# 7f6de1e3 09-Jan-2024 Andreas Gohr <andi@splitbrain.org>

fix japanese romanization. fixes #4047

Adjusted two entries after deduplication based on feedback by @ssahara


# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# e025be72 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to inc/Utf8


# 1fa01e4a 19-Dec-2015 sintoris <sintoris@gmx.net>

Improved the transliteration from greek to latin.

The patched version covers all greek letters and creates "greeklish" filenames
which 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" filenames
which use only roman letters and which are very readable to greek language
speakers.

show more ...


# 13067778 19-May-2019 Andreas Gohr <andi@splitbrain.org>

Create separate table files for UTF-8 handling

These will be loaded via include, later on and should be cachable by
Op-Cache.

The formatting has been adjusted to have one entry per line to make
dif

Create separate table files for UTF-8 handling

These will be loaded via include, later on and should be cachable by
Op-Cache.

The formatting has been adjusted to have one entry per line to make
diffing much easier in the future.

For now duplicate keys and commented code from the originals have been
kept. But this should probably be cleaned up in the future.

For now these tables are not used, yet.

show more ...