From 26112352a774737e1ce5580c93654a26c1e82b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 24 Oct 2022 22:25:29 +0200 Subject: New upstream version 1.1 --- doc/uniconv.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/uniconv.texi') diff --git a/doc/uniconv.texi b/doc/uniconv.texi index c11558f9..3c8a63b6 100644 --- a/doc/uniconv.texi +++ b/doc/uniconv.texi @@ -37,6 +37,12 @@ This handler causes the function to return with @code{errno} set to This handler produces one question mark @samp{?} per unconvertible character. @end deftypevr +@deftypevr Constant {enum iconv_ilseq_handler} iconveh_question_replacement_character +This handler produces one U+FFFD per unconvertible character if that +fits in the target encoding, otherwise one question mark @samp{?} per +unconvertible character. +@end deftypevr + @deftypevr Constant {enum iconv_ilseq_handler} iconveh_escape_sequence This handler produces an escape sequence @code{\u@var{xxxx}} or @code{\U@var{xxxxxxxx}} for each unconvertible character. -- cgit v1.2.3