rajouter des caractères pour la transformation

This commit is contained in:
Jephte CLAIN 2014-12-31 15:31:14 +04:00
parent 65c260237b
commit 563338cd02
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
007014000
007015000

View File

@ -1265,6 +1265,10 @@ function _latin1compat() {
s/[]/\x27/g
s/[«»“”]/"/g
s/[\xC2\xA0\xE2\x80\x87\xE2\x80\xAF\xE2\x81\xA0]/ /g
s/[œ]/oe/g
s/[Œ]/OE/g
s/[æ]/ae/g
s/[Æ]/AE/g
'
}
function _noaccents() {