diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-01-28 11:07:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-01-28 11:07:35 (GMT) |
commit | 9801d3f9faf234f0e6f8a9045dc1a8376696258b (patch) | |
tree | 6ad2cd763f02fefa9a93ec0ba7eb7df1fd0d5394 /generic/tkText.c | |
parent | 25fc9b01d247c1a32fc662dfb85bafe051ae167b (diff) | |
parent | ed0a2a5b2bdcb0bacd90a00c5f95bc1c2d7b8b45 (diff) | |
download | tk-9801d3f9faf234f0e6f8a9045dc1a8376696258b.zip tk-9801d3f9faf234f0e6f8a9045dc1a8376696258b.tar.gz tk-9801d3f9faf234f0e6f8a9045dc1a8376696258b.tar.bz2 |
Merge trunk
Diffstat (limited to 'generic/tkText.c')
-rw-r--r-- | generic/tkText.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/generic/tkText.c b/generic/tkText.c index 0d7dcb1..807ea48 100644 --- a/generic/tkText.c +++ b/generic/tkText.c @@ -5401,11 +5401,6 @@ TextEditCmd( * appending several thousand lines, we could attempt to pre-allocate a * larger space). * - * Also the result is built up as a utf-8 string, but, if we knew we - * wanted it as Unicode, we could potentially save a huge conversion by - * building it up as Unicode directly. This could be as simple as - * replacing Tcl_NewObj by Tcl_NewUnicodeObj. - * * Results: * Tcl_Obj of string type containing the specified text. If the * visibleOnly flag is set to 1, then only those characters which are not |