[INTERPRETER]

* BUG: Shell$() does not try to convert into current locale anymore.


git-svn-id: svn://localhost/gambas/trunk@7542 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2016-01-02 11:11:52 +00:00
parent a6f458e05c
commit 66f5c498d2

View file

@ -981,13 +981,13 @@ __QUOTE:
__SHELL:
if (!LOCAL_is_UTF8)
/*if (!LOCAL_is_UTF8)
{
char *conv;
STRING_conv(&conv, str, lstr, SC_UTF8, LOCAL_encoding, FALSE);
str = conv;
lstr = str ? strlen(str) : 0;
}
}*/
// TODO: The following works with bash, but not with dash!