Re: sort and tests
Dumas Patrice <[email protected]> Mon, 24 Feb 2003 19:20:42 +0100
| Newsgroups | gmane.comp.tex.texi2html.devel |
|---|---|
| Message-ID | <[email protected]> |
> I tested texi2html on another computer, and it seems that the letters > weren't sorted alike. Indeed in one case upper case came first, in one case > lower case came first. This is a bit annoying for tests and comparisons > against reference files. My guessi is that it comes from the locale > definition. Does anybody knows how to inhibit that, in order to have > reproducible tests ? I have set the local to "C" with setlocale like explained in POSIX, when doing tests. I hope it will work as intended. Pat