view modules/localcharset @ 40246:c34f677e6117 default tip master

_Noreturn: GCC 4.7 does not support [[noreturn]] in C++11 mode * lib/_Noreturn.h, m4/gnulib-common.m4: Don't use [[noreturn]] before GCC 4.8.
author Akim Demaille <akim.demaille@gmail.com>
date Sun, 17 Mar 2019 19:27:20 +0100
parents 875fdac94cdd
children
line wrap: on
line source

Description:
Return current locale's character encoding.

Files:
lib/localcharset.h
lib/localcharset.c
m4/codeset.m4
m4/localcharset.m4

Depends-on:
extensions

configure.ac:
gl_LOCALCHARSET
dnl For backward compatibility. Some packages still use this.
LOCALCHARSET_TESTS_ENVIRONMENT=
AC_SUBST([LOCALCHARSET_TESTS_ENVIRONMENT])

Makefile.am:
lib_SOURCES += localcharset.c

Include:
"localcharset.h"

License:
LGPLv2+

Maintainer:
all