From 6d1580bfd328fbbb04f4b5627032602dd8dfe98c Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 16 Dec 2019 21:37:04 +0200 Subject: Sync localeinfo and partially sync dfa from GNULIB. --- support/localeinfo.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'support/localeinfo.h') diff --git a/support/localeinfo.h b/support/localeinfo.h index a5140164..c827a2bf 100644 --- a/support/localeinfo.h +++ b/support/localeinfo.h @@ -28,6 +28,12 @@ struct localeinfo /* MB_CUR_MAX > 1. */ bool multibyte; + /* The locale is simple, like the C locale. These locales can be + processed more efficiently, as they are single-byte, their native + character set is in collating-sequence order, and they do not + have multi-character collating elements. */ + bool simple; + /* The locale uses UTF-8. */ bool using_utf8; -- cgit v1.2.3