Sebastian Reuße <s...@wirrsal.net> writes: > The test will error out if the data for the chosen locale isn’t actually > present on the system. I chose the «en_US» locale in the hopes that this > will frequently be installed. I’ll leave it up to you to decide whether > that is acceptable.
I used "C" locale instead. I think it is available on every system. So basically, the test checks if we are not using string< for comparison. > That’s a good idea, I’ll look into it if I have some time by the end of > the week. Thank you!