view modules/localcharset @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
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