Skip to content

Commit 2e00563

Browse files
committed
Set specific locale
1 parent 93e5ded commit 2e00563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler+runtime/test/cpp/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
int main(int const argc, char const **argv)
2121
try
2222
{
23-
std::locale::global(std::locale(""));
23+
std::locale::global(std::locale("en_US.UTF-8"));
2424

2525
GC_set_all_interior_pointers(1);
2626
GC_enable();

0 commit comments

Comments
 (0)