diff options
author | jozan <jozan@noemail.net> | 2020-11-12 21:38:35 +0000 |
---|---|---|
committer | jozan <jozan@noemail.net> | 2020-11-12 21:38:35 +0000 |
commit | 560f737bc6920e72cf00602c8b70c93c4a146f00 (patch) | |
tree | 6bcba5bd821eef510c200ee9e6bd7b48d14b115c /src/c_subst.h | |
parent | In progress (diff) | |
download | unixize-560f737bc6920e72cf00602c8b70c93c4a146f00.tar.gz unixize-560f737bc6920e72cf00602c8b70c93c4a146f00.tar.bz2 unixize-560f737bc6920e72cf00602c8b70c93c4a146f00.tar.xz unixize-560f737bc6920e72cf00602c8b70c93c4a146f00.tar.zst unixize-560f737bc6920e72cf00602c8b70c93c4a146f00.zip |
Update
FossilOrigin-Name: 3b6504148a041336ea6202ff6811be99ed8001a42631c4e302154f6c496d3452
Diffstat (limited to 'src/c_subst.h')
-rw-r--r-- | src/c_subst.h | 4 |
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); |