summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-01-19 19:47:00 +0000
committerNorbert Preining <preining@logic.at>2008-01-19 19:47:00 +0000
commit9c8509433785826de2f03a050900a082adbe9bd3 (patch)
tree16b4047117329bbf276cbc021325723b7027ce80 /Master/tlpkg/installer/install-menu-perltk.pl
parente06332a9d3f7611a2d0887f239c2733170dd3523 (diff)
fix win32 encoding for pl
git-svn-id: svn://tug.org/texlive/trunk@6323 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index 613f7c60a28..82379ab57af 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -90,7 +90,9 @@ my %encodings = (
);
# if windows has a different encoding than the one given above
-my %special_win_encodings = ();
+my %special_win_encodings = (
+ pl => 'cp1250',
+ );
my %text = ( title => 'TeX Live 2008 Installation',
basicinfo => 'Basic Information',