summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',