diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-04-25 13:08:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-04-25 13:08:21 (GMT) |
commit | 9354dc1202bc59393188873de2b82db5b5688651 (patch) | |
tree | c6b306186e63e92d42d71a3e5848b4ed93e0d74f /tools/tcl.wse.in | |
parent | 274f1e3f18c6e671c861e9c30e4d24791958d74c (diff) | |
download | tcl-9354dc1202bc59393188873de2b82db5b5688651.zip tcl-9354dc1202bc59393188873de2b82db5b5688651.tar.gz tcl-9354dc1202bc59393188873de2b82db5b5688651.tar.bz2 |
Added some ISO8859-15 (Latin-9 or Latin-1+Euro symbol) support.
Diffstat (limited to 'tools/tcl.wse.in')
-rw-r--r-- | tools/tcl.wse.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in index f646d29..f2e8e76 100644 --- a/tools/tcl.wse.in +++ b/tools/tcl.wse.in @@ -1177,6 +1177,11 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=${__TCLBASEDIR__}\library\encoding\iso8859-15.enc + Destination=%MAINDIR%\lib\tcl%VER%\encoding\iso8859-15.enc + Flags=0000000000000010 +end +item: Install File Source=${__TCLBASEDIR__}\library\encoding\iso8859-9.enc Destination=%MAINDIR%\lib\tcl%VER%\encoding\iso8859-9.enc Flags=0000000000000010 |