On Sat, 14 Nov 2009, Szak�ts Viktor wrote:

Hi,

> I have no idea for a fix, I simply used cpinfo.prg to 
> generate this CP without ever touching the source.
> Maybe it needs HB_CP_RAW to be enabled manually?

Exactly.
It's a classic example which cannot be correctly encoded in human
readable form. The problem is caused by the fact that in NL850 upper
and lower letters are sorted in different order.
"ÿ" is sorted before "j" but upper( "ÿ" ) gives "Y" which is sorted
just before "Z" so this CP has to be converted to binary form.
I'll check if I can easy update cpinfo.prg to detect such situations
automatically.
BTW I will have to update existing CDP code to work well with CPs where
CHR(0) is not sorted as 1-st character - the MDX sorting tables needs it.

best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to