[Koha-patches] [PATCH 1/2] (MT #3075) fix oe char from iso5426

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Wed Mar 10 22:45:20 CET 2010


From: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>

this add oe conversion in chartable for iso5426.
---
 C4/Charset.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/C4/Charset.pm b/C4/Charset.pm
index 6b828ec..c673e10 100644
--- a/C4/Charset.pm
+++ b/C4/Charset.pm
@@ -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;
 
 ####
-- 
1.6.3.3




More information about the Koha-patches mailing list