Fix files encoding. Go from ISO8859-1 to UTF-8.

This commit is contained in:
Mateusz Skowroński
2015-09-21 21:44:11 +02:00
committed by Yorik van Havre
parent 0ce3d46e92
commit 43a4a5938c
674 changed files with 1154 additions and 1154 deletions

View File

@@ -68,7 +68,7 @@ int main( int argc, char **argv )
// convert all given/found image files to XPM and write the result into a text file
else if (cCmdP.HasSwitch("-a") || cCmdP.HasSwitch("--append"))
{
// search for input fíles
// search for input fíles
if (cCmdP.GetArgumentCount("-i") > 0)
{
cICApp.SetUpdateBmpFactory(cCmdP.HasSwitch("-a") || cCmdP.HasSwitch("--update"));