Skip to content

Commit

Permalink
Set specific locale
Browse files Browse the repository at this point in the history
  • Loading branch information
elken committed Jan 30, 2025
1 parent 8667482 commit 35bbc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler+runtime/test/cpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
int main(int const argc, char const **argv)
try
{
std::locale::global(std::locale(""));
std::locale::global(std::locale("en_US.UTF-8"));

GC_set_all_interior_pointers(1);
GC_enable();
Expand Down

0 comments on commit 35bbc67

Please sign in to comment.