Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | format |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
10ca9bc3e9a2a01e2b17ae8eee72b33f |
User & Date: | dgp 2020-03-10 00:26:06.992 |
Context
2020-03-11
| ||
14:01 | WIP check-in: f86fa8720b user: dgp tags: trunk | |
2020-03-10
| ||
00:26 | format check-in: 10ca9bc3e9 user: dgp tags: trunk | |
00:23 | demo check-in: 16a3b9a8df user: dgp tags: trunk | |
Changes
Changes to tip/568.md.
︙ | ︙ | |||
142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 | supplementary test, and we are back to being unable to use the byte sequence at all. This is tricky enough, callers of **Tcl_GetByteArrayFromObj** get it wrong, even the callers within Tcl itself. See Tcl bugs [0e92c404f1] and [2637173] and this interactive demonstration: > % info patch > 8.5.15 > % set s \u0141 > Ł > % binary scan $s c x > 1 > % string index $s 0 > A # Specification # Compatibility # Scope | > > > > | 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 | supplementary test, and we are back to being unable to use the byte sequence at all. This is tricky enough, callers of **Tcl_GetByteArrayFromObj** get it wrong, even the callers within Tcl itself. See Tcl bugs [0e92c404f1] and [2637173] and this interactive demonstration: <pre> ``` > % info patch > 8.5.15 > % set s \u0141 > Ł > % binary scan $s c x > 1 > % string index $s 0 > A ``` </pre> # Specification # Compatibility # Scope |
︙ | ︙ |