(MT #3075) fix oe char from iso5426
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Wed, 10 Mar 2010 21:45:20 +0000 (22:45 +0100)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 17 Mar 2010 01:30:42 +0000 (21:30 -0400)
this add oe conversion in chartable for iso5426.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Charset.pm

index 6c10309..612ba74 100644 (file)
@@ -755,7 +755,8 @@ $chars{0xb4}=0x00e8;
 $chars{0xb5}=0x00e9;
 $chars{0x97}=0x003c;#3/2leftlowsinglequotationmark
 $chars{0x98}=0x003e;#3/2leftlowsinglequotationmark
-$chars{0xfa}=0x0153;#oe
+$chars{0xfa}=0x0153; #oe
+$chars{0xea}=0x0152; #oe
 $chars{0x81d1}=0x00b0;
 
 ####