X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ficonv_encode_marc8.c;h=e05874f8d2565a2a7c416af49f108fa7a6360552;hp=cfdd1be1b6dd911ad02c6304b6c265721c887e5f;hb=b9e057ce1b31f4cef4364de7c36b5c119cc94cc3;hpb=f96a9bc9697b4b6b63ce52055ba0cfbe6cf6652a diff --git a/src/iconv_encode_marc8.c b/src/iconv_encode_marc8.c index cfdd1be..e05874f 100644 --- a/src/iconv_encode_marc8.c +++ b/src/iconv_encode_marc8.c @@ -72,7 +72,7 @@ static unsigned long lookup_marc8(yaz_iconv_t cd, size_t utf8_outbytesleft = sizeof(utf8_buf)-1, r; int error_code; - if (x <= ' ') + if (x <= ' ' && x != 27) { *page_chr = ESC "(B"; return x;