[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:
parent
a6f458e05c
commit
66f5c498d2
1 changed files with 75 additions and 75 deletions
|
@ -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!
|
||||
|
||||
|
|
Loading…
Reference in a new issue