[Koha-patches] [PATCH 2/2] (MT #2962) add converted chars from ISO5426

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


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

This add 0xBE and 0xBD conversion to char table.
---
 C4/Charset.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/C4/Charset.pm b/C4/Charset.pm
index c673e10..ce0e839 100644
--- a/C4/Charset.pm
+++ b/C4/Charset.pm
@@ -751,6 +751,8 @@ $chars{0xb2}=0x00e0;#3/2leftlowsinglequotationmark
 $chars{0xb3}=0x00e7;#3/2leftlowsinglequotationmark
 # $chars{0xb4}='è';
 $chars{0xb4}=0x00e8;
+$chars{0xbd}=0x02b9;
+$chars{0xbe}=0x02ba;
 # $chars{0xb5}='é';
 $chars{0xb5}=0x00e9;
 $chars{0x97}=0x003c;#3/2leftlowsinglequotationmark
-- 
1.6.3.3




More information about the Koha-patches mailing list