46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
to
<pre>
string is transferable ?-strict? data
</pre>
If [TIP 652](https://core.tcl-lang.org/tips/doc/trunk/tip/652.md) is accepted, this TIP is automatically widthdrawn.
# Implementation
The implementation of this TIP is in the Tcl [tip-685](https://core.tcl-lang.org/tcl/timeline?r=tip-685) branch.
# Copyright
|
>
>
>
>
>
>
>
>
>
>
>
|
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
to
<pre>
string is transferable ?-strict? data
</pre>
If [TIP 652](https://core.tcl-lang.org/tips/doc/trunk/tip/652.md) is accepted, this TIP is automatically widthdrawn.
Rename the directly connected C API function
<pre>
Tcl_UniCharIsUnicode
</pre>
to
<pre>
Tcl_UniCharIsTransferable
</pre>
# Implementation
The implementation of this TIP is in the Tcl [tip-685](https://core.tcl-lang.org/tcl/timeline?r=tip-685) branch.
# Copyright
|