aboutsummaryrefslogtreecommitdiff
path: root/iconvdata/cp1255.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata/cp1255.c')
-rw-r--r--iconvdata/cp1255.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/iconvdata/cp1255.c b/iconvdata/cp1255.c
index 127f8be406..d81e7da85c 100644
--- a/iconvdata/cp1255.c
+++ b/iconvdata/cp1255.c
@@ -451,7 +451,10 @@ static const struct {
else if (ch == 0x2122) \
res = 0x99; \
else \
- res = 0; \
+ { \
+ UNICODE_TAG_HANDLER (ch, 4); \
+ res = 0; \
+ } \
\
if (__builtin_expect (res != 0, 1)) \
{ \