John Hasler wrote: > Bob writes: > > Select None and no locale setting will be placed /etc/environment and > > that will make C/POSIX the default for your system. > > Note that the POSIX locale uses dictionary order.
What makes you say that? I believe you are mistaken. Can you provide an example? printf "A\na\nB\nb\n" | LC_ALL=POSIX sort A B a b That is not dictionary sort ordering. printf "A\na\nB\nb\n" | LC_ALL=en_US.UTF-8 sort a A b B That is dictionary sort ordering. Bob
signature.asc
Description: Digital signature