We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca14e9 commit c4afe29Copy full SHA for c4afe29
Objects/stringlib/formatter.h
@@ -649,7 +649,7 @@ get_locale_info(int type, LocaleInfo *locale_info)
649
case LT_DEFAULT_LOCALE:
650
locale_info->decimal_point = ".";
651
locale_info->thousands_sep = ",";
652
- locale_info->grouping = "\3"; /* Group every 3 characters,
+ locale_info->grouping = "\3\0"; /* Group every 3 characters,
653
trailing 0 means repeat
654
infinitely. */
655
break;
0 commit comments