mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-16 22:42:07 +03:00
* lib/quotearg.c: Do not include localcharset.h. (gettext_quote): Do not use locale_charset; instead, use mbrtoc32 to determine whether the character set uses UTF-8. Treat GB-18030 like similar encodings, as it is not worth the trouble of special-casing: its special-case code has been broken since 2011, nobody cared enough to report the bug, and the idea that someone would use GB-18030 without translations is weird anyway. * modules/quotearg (Depends-on): Remove localcharset.
48 lines
634 B
Plaintext
48 lines
634 B
Plaintext
Description:
|
|
Quote arguments for use in error messages.
|
|
|
|
Files:
|
|
lib/quotearg.h
|
|
lib/quotearg.c
|
|
lib/quote.h
|
|
m4/quotearg.m4
|
|
|
|
Depends-on:
|
|
attribute
|
|
c-strcaseeq
|
|
c32isprint
|
|
extensions
|
|
gettext-h
|
|
gnulib-i18n
|
|
mbszero
|
|
mbrtoc32
|
|
mbsinit
|
|
memcmp
|
|
minmax
|
|
quotearg-simple
|
|
bool
|
|
stdint-h
|
|
uchar-h
|
|
xalloc
|
|
|
|
configure.ac:
|
|
gl_QUOTEARG
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += quotearg.c
|
|
|
|
Include:
|
|
"quotearg.h"
|
|
|
|
Link:
|
|
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
|
|
$(MBRTOWC_LIB)
|
|
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
|
|
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|