diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2016-06-25 07:22:34 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-01 12:44:57 -0700 |
commit | e8c1672655dcff59aaf0f78fa256b1d2e3f1ba9b (patch) | |
tree | d9225aa23915b4aa0c0732adb0a01a18a8ee16cd /Documentation/RelNotes/2.0.5.txt | |
parent | grep/pcre: prepare locale-dependent tables for icase matching (diff) | |
download | tgif-e8c1672655dcff59aaf0f78fa256b1d2e3f1ba9b.tar.xz |
gettext: add is_utf8_locale()
This function returns true if git is running under an UTF-8
locale. pcre in the next patch will need this.
is_encoding_utf8() is used instead of strcmp() to catch both "utf-8"
and "utf8" suffixes.
When built with no gettext support, we peek in several env variables
to detect UTF-8. pcre library might support utf-8 even if libc is
built without locale support.. The peeking code is a copy from
compat/regex/regcomp.c
Helped-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.0.5.txt')
0 files changed, 0 insertions, 0 deletions