Differences From Artifact [58ded23a92]:
- File win/tclWinPipe.c — part of check-in [7351fc0c9c] at 2017-05-29 13:10:30 on branch core-8-6-branch — Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in functionality, just faster if ASCII only strings are involved. (user: jan.nijtmans size: 91713) [more...]
To Artifact [bdd20c74c9]:
- File win/tclWinPipe.c — part of check-in [5ae46a0093] at 2017-06-08 08:26:58 on branch rfe-6c0d7aec67 — Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 (user: jan.nijtmans size: 91717) [more...]
| ︙ | |||
1475 1476 1477 1478 1479 1480 1481 | 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 | - + |
}
quote = 0;
if (arg[0] == '\0') {
quote = 1;
} else {
int count;
|
| ︙ |