Skip to content
Snippets Groups Projects
Commit 55a38eab authored by Lukas Stadler's avatar Lukas Stadler
Browse files

change I10Info builtin to enable MBCS and UTF8

parent 98eecaa7
Branches
No related tags found
Loading
......@@ -111,8 +111,8 @@ public class LocaleFunctions {
protected RList l10nInfo() {
Object[] data = new Object[NAMES.getLength()];
// TODO check locale properly
data[0] = RRuntime.LOGICAL_FALSE;
data[1] = RRuntime.LOGICAL_FALSE;
data[0] = RRuntime.LOGICAL_TRUE;
data[1] = RRuntime.LOGICAL_TRUE;
data[2] = RRuntime.LOGICAL_FALSE;
return RDataFactory.createList(data, NAMES);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment