diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-13 21:20:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-13 21:20:04 (GMT) |
commit | 12ebfd7b63c9c477feb683e9968d9a5889256c96 (patch) | |
tree | d5983915783827fd9104d1f55249aeeb560f056f /doc/Encoding.3 | |
parent | c19b90133a56c0adc06f764732d80720e60747a3 (diff) | |
parent | ad6b4e6f8f42865b6b42bbd9b615b683aee9da6a (diff) | |
download | tcl-12ebfd7b63c9c477feb683e9968d9a5889256c96.zip tcl-12ebfd7b63c9c477feb683e9968d9a5889256c96.tar.gz tcl-12ebfd7b63c9c477feb683e9968d9a5889256c96.tar.bz2 |
Merge 8.7. Document TCL_ENCODING_NO_THROW flag
Diffstat (limited to 'doc/Encoding.3')
-rw-r--r-- | doc/Encoding.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Encoding.3 b/doc/Encoding.3 index 73ad65d..bffa0c3 100644 --- a/doc/Encoding.3 +++ b/doc/Encoding.3 @@ -114,7 +114,8 @@ byte is converted and then to reset to an initial state. \fBTCL_ENCODING_STOPONERROR\fR signifies that the conversion routine should return immediately upon reading a source character that does not exist in the target encoding; otherwise a default fallback character will -automatically be substituted. The flag \fBTCL_ENCODING_MODIFIED\fR makes +automatically be substituted. The flag \fBTCL_ENCODING_NO_THROW\fR has +no effect, it is reserved for Tcl 9.0. The flag \fBTCL_ENCODING_MODIFIED\fR makes \fBTcl_UtfToExternalDStringEx\fR and \fBTcl_UtfToExternal\fR produce the byte sequence \exC0\ex80 in stead of \ex00, for the utf-8/cesu-8 encoders. .AP Tcl_EncodingState *statePtr in/out |