alphanormalize_php
v.03.00.03 — June 17, 2020
|
Characters with accent, cedilla ... or ligature. More...
Go to the source code of this file.
Variables | |
$ACCENTALPHA_TO_ALPHA | |
return | true |
Characters with accent, cedilla ... or ligature.
(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 accentalpha_to_alpha.inc.
$ACCENTALPHA_TO_ALPHA |
Associative table: character with accent, cedilla ... or ligature => alphabetic character corresponding.
For example: 'é'
=> 'e'
.
Definition at line 21 of file accentalpha_to_alpha.inc.
Referenced by Alphanormalize\mb_str_accentalpha_to_alpha(), and Alphanormalize\mb_str_alphanormalize().
return true |
Definition at line 88 of file accentalpha_to_alpha.inc.