aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_subst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_subst.h')
-rw-r--r--src/c_subst.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/c_subst.h b/src/c_subst.h
index 124dcf5..00073b2 100644
--- a/src/c_subst.h
+++ b/src/c_subst.h
@@ -61,6 +61,8 @@
"\x91\xb1"
#define C_CHARSET_DH \
"\x90\xb0"
+#define C_CHARSET_TH \
+ "\x9e\xbe"
#define C_CHARSET_C \
"\x87\xa7"
#define C_CHARSET_E \
@@ -69,6 +71,8 @@
"\x99\x9a\x9b\x9c\xb9\xba\xbb\xbc"
#define C_CHARSET_I \
"\x8c\x8d\x8e\x8f\xac\xab\xac\xad"
+#define C_CHARSET_Y \
+ "\x9d\xbd\xbf"
struct lfiles_s* c_subst_filenames(struct lfiles_s*, const bool_t,
const bool_t, const unsigned char);