From 9c8509433785826de2f03a050900a082adbe9bd3 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 19 Jan 2008 19:47:00 +0000 Subject: fix win32 encoding for pl git-svn-id: svn://tug.org/texlive/trunk@6323 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-menu-perltk.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Master') 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', -- cgit v1.2.3