This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: LC_COLLATE (was Re: SVN Test Repo updated)


I can only guess the outcry if Perl started obeying LC_COLLATE.

What do you mean, "started"? It's been doing that for years now.

By default, Perl ignores the current locale. The "use locale" pragma tells Perl to use the current locale for some operations:

and these do not include regex character ranges. LC_COLLATE would only be used for sorting and for string comparisons.


Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]