summaryrefslogtreecommitdiff
path: root/source4/include/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/charset.h')
-rw-r--r--source4/include/charset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/charset.h b/source4/include/charset.h
index daf10e23c1..f1482ac08c 100644
--- a/source4/include/charset.h
+++ b/source4/include/charset.h
@@ -20,7 +20,7 @@
*/
/* this defines the charset types used in samba */
-typedef enum {CH_UCS2=0, CH_UNIX=1, CH_DISPLAY=2, CH_DOS=3, CH_UTF8=4, CH_UCS2BE=5} charset_t;
+typedef enum {CH_UTF16=0, CH_UNIX=1, CH_DISPLAY=2, CH_DOS=3, CH_UTF8=4, CH_UTF16BE=5} charset_t;
#define NUM_CHARSETS 6