summaryrefslogtreecommitdiffstats
path: root/unicode/unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'unicode/unicode.h')
-rw-r--r--unicode/unicode.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/unicode/unicode.h b/unicode/unicode.h
index b2ec0ab..bfe1256 100644
--- a/unicode/unicode.h
+++ b/unicode/unicode.h
@@ -887,6 +887,11 @@ extern size_t unicode_wcwidth(const std::vector<unicode_char> &uc);
namespace unicode {
/*
+ ** Various character sets
+ */
+ extern const char ucs_4[], ucs_2[], utf_8[], iso_8859_1[];
+
+ /*
** Interface to iconv.
**
** Subclass converted(). Invoke begin(), then operator(), repeatedly,