rajouter des caractères pour la transformation
This commit is contained in:
parent
65c260237b
commit
563338cd02
|
@ -1 +1 @@
|
|||
007014000
|
||||
007015000
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue