Conversion to UTF-8 of polish.php
authorslubek <slubek>
Sat, 22 Oct 2005 18:30:47 +0000 (18:30 +0000)
committerslubek <slubek>
Sat, 22 Oct 2005 18:30:47 +0000 (18:30 +0000)
lang/Makefile

index 4520127f417e38a821872d7bbc4eba7e2d898cfd..409af649ab5f3cbe58f8c5a4b38dd04db93976de 100644 (file)
@@ -20,7 +20,7 @@
 # Modifications by Rafal Slubowski, 2003-12-12:
 #       All conversions of recoded text moved to convert.awk script
 # 
-# $Id: Makefile,v 1.42 2005/03/16 01:49:00 chriskl Exp $
+# $Id: Makefile,v 1.43 2005/10/22 18:30:47 slubek Exp $
 
 DESTDIR=./recoded
 TARGETS=polish \
@@ -62,7 +62,7 @@ clean:
 
 polish:        polish.php
        @echo "Recoding polish..."
-       @cat polish.php | recode latin2..html | ./convert.awk \
+       @cat polish.php | recode utf-8..html | ./convert.awk \
                > ${DESTDIR}/polish.php
        @chmod 644 polish.php ${DESTDIR}/polish.php