Fix encoding of 0x00a4 (unicode to danmarc) YAZ-713
[yaz-moved-to-github.git] / src / iconv_encode_danmarc.c
index 467008a..08700a4 100644 (file)
@@ -25,7 +25,7 @@ static size_t write_danmarc(yaz_iconv_t cd, yaz_iconv_encoder_t en,
 {
     unsigned char *outp = (unsigned char *) *outbuf;
 
-    if (x == '@' || x == '*' || x == 0xa4)
+    if (x == '@' || x == '*')
     {
         if (*outbytesleft < 2)
         {