On 09/19/2010 11:11 AM, Łukasz Wojniłowicz wrote:
+#include "ipconfig.h"
+
+LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
+
+STRINGTABLE
Hi Łukasz,
This newly created file is UTF-8 so you should add the needed pragma (or
convert to something else). Compiling this one results in:
Warning: string "Spos�b u�ycia: ipconfig [ /? | /all ]
" seems to be UTF-8 but codepage 1250 is in use.
Warning: string "B��d: Nierozpoznany lub niepe�ny wiersz polecenia
" seems to be UTF-8 but codepage 1250 is in use.
Warning: string "Sufiks DNS konkretnego po��czenia" seems to be UTF-8
but codepage 1250 is in use.
Warning: string "Typ w�z�a" seems to be UTF-8 but codepage 1250 is in use.
Warning: string "Przekierowywanie IP w��czone" seems to be UTF-8 but
codepage 1250 is in use.
Warning: string "DHCP w��czone" seems to be UTF-8 but codepage 1250 is
in use.
The same is true for your "inetcpl: Add the Polish translation" patch.
--
Cheers,
Paul.