Fix files encoding. Go from ISO8859-1 to UTF-8.
This commit is contained in:
committed by
Yorik van Havre
parent
0ce3d46e92
commit
43a4a5938c
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user