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.
On 09/19/2010 07:30 PM, Paul Vriens wrote:
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.
Hi Łukasz,
Sorry but I've made the same mistake again. I copy-pasted your patch from Thunderbird to a file and that created the UTF-8 version.
So your patches were fine and are committed (AJ removed the 'English language support' line).