This is the mail archive of the gcc-bugs@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]

[Bug fortran/27715] Extented ASCII characters lead to wrong "CASE" selection



------- Comment #5 from fxcoudert at gcc dot gnu dot org  2006-05-28 16:32 -------
(In reply to comment #4)
>       unsigned char *string;

Humpf, I don't know. I don't think it's the best course of action... too
invasive.

> As far as the collating sequence goes... should we eventually
> support locales for sorting etc.?  If so, we should leave the
> code in.

I think we don't want locales support in sorting with the default character
kind, and if we ever want to implement that, I don't think we'll want to do it
that way :)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27715


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