summaryrefslogtreecommitdiff
path: root/converters/fribidi/patches/patch-fribidi__char__sets__iso8859__6.c
diff options
context:
space:
mode:
Diffstat (limited to 'converters/fribidi/patches/patch-fribidi__char__sets__iso8859__6.c')
-rw-r--r--converters/fribidi/patches/patch-fribidi__char__sets__iso8859__6.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/converters/fribidi/patches/patch-fribidi__char__sets__iso8859__6.c b/converters/fribidi/patches/patch-fribidi__char__sets__iso8859__6.c
new file mode 100644
index 00000000000..b2d814b2dcc
--- /dev/null
+++ b/converters/fribidi/patches/patch-fribidi__char__sets__iso8859__6.c
@@ -0,0 +1,16 @@
+$NetBSD: patch-fribidi__char__sets__iso8859__6.c,v 1.1 2012/01/23 08:07:17 joerg Exp $
+
+--- fribidi_char_sets_iso8859_6.c.orig 2012-01-22 21:53:52.000000000 +0000
++++ fribidi_char_sets_iso8859_6.c
+@@ -66,10 +66,8 @@ fribidi_unicode_to_iso8859_6_c (FriBidiC
+ return (char) 0xac;
+ else if (uch == 0x061b)
+ return (char) 0xbb;
+- else if (uch == 0x061f)
+- return (char) 0xbf;
+ else
+- return '¿';
++ return (char) 0xbf;
+ }
+
+ int