Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • Good point for calling out the locale issue but note that not every system has a en_US.UTF-8 locale, every system has a C locale though (where the numerical radix is also .; and more generally a lot of the locale convention align with the US-english ones). Also note that LC_ALL if set would take precedence over LC_NUMERIC. See also What does "LC_ALL=C" do? Commented Feb 3, 2022 at 18:46