alphanormalize_php  v.03.00.03 — June 17, 2020
accentalpha_to_alpha.inc File Reference

Characters with accent, cedilla ... or ligature. More...

Go to the source code of this file.

Variables

 $ACCENTALPHA_TO_ALPHA
 
return true
 

Detailed Description

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.

Variable Documentation

◆ $ACCENTALPHA_TO_ALPHA

$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().

◆ true

return true

Definition at line 88 of file accentalpha_to_alpha.inc.