Tcl Source Code

View Ticket
Login
Ticket UUID: 2445648
Title: TIP #106: Add Encoding Abilities to the [dde] Command
Type: Patch Version: TIP Implementation
Submitter: oehhar Created on: 2008-12-18 16:26:49
Subsystem: 28. dde Package Assigned To: nijtmans
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2012-05-21 19:32:05
Resolution: Fixed Closed By: dkf
    Closed on: 2012-05-02 10:14:07
Description:
The [dde] subcommands execute and poke data are extended by a -binary option.
This allows to send non-ASCII data to non TCL-programs like Excel using the system encoding.

Usage Example:
dde execute CS CS [encoding convertto [encoding system] "Äpfel"]

Please refer to TIP # 106 for details.
User Comments: nijtmans added on 2012-05-21 19:32:05:
TIP is accepted, so now committed to trunk

dkf added on 2012-05-02 17:14:07:

allow_comments - 1

Committed to development branch:
   https://core.tcl.tk/tcl/timeline?r=tip-106-impl
Implementation now tracked there.

oehhar added on 2008-12-18 23:30:04:

File Added - 305867: dde.n.patch

oehhar added on 2008-12-18 23:26:49:

File Added - 305866: tclWinDde.c.patch

Attachments: