diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-07 13:55:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-07 13:55:14 (GMT) |
commit | c19b90133a56c0adc06f764732d80720e60747a3 (patch) | |
tree | 472228252764211a04873add7ebfed7fad41fc94 /generic | |
parent | c1591561bfc41b9b4bd3f4bf09929d419325c9ef (diff) | |
download | tcl-c19b90133a56c0adc06f764732d80720e60747a3.zip tcl-c19b90133a56c0adc06f764732d80720e60747a3.tar.gz tcl-c19b90133a56c0adc06f764732d80720e60747a3.tar.bz2 |
Double definition of TCL_ENCODING_MODIFIED and another doc fix
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclEncoding.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c index a53261e..17b00d6 100644 --- a/generic/tclEncoding.c +++ b/generic/tclEncoding.c @@ -512,7 +512,6 @@ FillEncodingFileMap(void) /* Since TCL_ENCODING_MODIFIED is only used for utf-8/cesu-8 and * TCL_ENCODING_LE is only used for utf-16/ucs-2. re-use the same value */ -#define TCL_ENCODING_MODIFIED 0x20 /* Converting NULL bytes to 0xC0 0x80 */ #define TCL_ENCODING_LE TCL_ENCODING_MODIFIED /* Little-endian encoding */ #define TCL_ENCODING_UTF 0x200 /* For UTF-8 encoding, allow 4-byte output sequences */ |