alphanormalize_php
v.03.00.03 — June 17, 2020
|
Greek letters. More...
Go to the source code of this file.
Variables | |
$GREEK_TO_ALPHA | |
return | true |
Greek letters.
(December 31, 2013)
Piece of alphanormalize_php. https://bitbucket.org/OPiMedia/alphanormalize_php
GPLv3 — Copyright (C) 2013 Olivier Pirson http://www.opimedia.be/
Definition in file greek_to_alpha.inc.
$GREEK_TO_ALPHA |
Associative table: Greek letter => Roman alphabetic character corresponding.
For example: character of the Greek letter epsilon 'ε'
=> 'e'
.
Adopts the standard ONU/ELOT : see http://www.opimedia.be/DS/mementos/grecs.htm .
Definition at line 23 of file greek_to_alpha.inc.
Referenced by Alphanormalize\mb_str_alphanormalize(), and Alphanormalize\mb_str_greek_to_alpha().
return true |
Definition at line 79 of file greek_to_alpha.inc.