Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | TIP #425 now final |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
093df0a6fb62f68bfc8266bc2884b553 |
User & Date: | jan.nijtmans 2018-05-13 20:31:03.683 |
Context
2018-05-13
| ||
22:27 | TIP #508: Added link to the implementation (branch tip-508) check-in: 8d21f71ce2 user: fbonnet tags: trunk | |
20:31 | TIP #425 now final check-in: 093df0a6fb user: jan.nijtmans tags: trunk | |
19:35 | TIP #496 now final since the documentation updates that were missing at the time of voting are now done. Branch tip-496 is now merged. check-in: 9e44219b0d user: fvogel tags: trunk | |
Changes
Changes to index.json.
cannot compute difference between binary files
Changes to index.md.
︙ | ︙ | |||
667 668 669 670 671 672 673 | <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/426.md'>426</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 426: Determining the "Type" of Commands</td> </tr> | | | | 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 | <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/426.md'>426</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 426: Determining the "Type" of Commands</td> </tr> <tr class='project projectfinal projectfinal87 project87'> <td valign='top'><a href='./tip/425.md'>425</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Final</td> <td valign='top'># TIP 425: Correct use of UTF-8 in Panic Callback (Windows only)</td> </tr> <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/424.md'>424</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> |
︙ | ︙ |
Changes to tip/425.md.
1 2 | # TIP 425: Correct use of UTF-8 in Panic Callback (Windows only) Author: Jan Nijtmans <[email protected]> | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | # TIP 425: Correct use of UTF-8 in Panic Callback (Windows only) Author: Jan Nijtmans <[email protected]> State: Final Type: Project Vote: Done Created: 17-Jul-2013 Post-History: Keywords: Tcl,platform integration,i18n Tcl-Version: 8.7 ----- # Abstract |
︙ | ︙ |