[REBOL] Re: I miss ..., bug in to-local-file ...
From: gjones05:mail:orion at: 8-Jun-2001 7:32
From: "Petr Krenzelok"
> 1) today I worked on some short virus user log analysing script
> producing .html file output, and while I was able to use Czech langueage
> characters, I have two following observations:
>
> a) Special characters are not correctly sorted, e.g. S^ is not following
> "S", but is placed right after "Z" ... not sure if it is currently
> solvable ...
...
Hi, Petr,
At least in the interim, a proper sort may be able to be accomplished with a
custom sort. I'm trying to find the right code page that covers Czech. The
following looks to be it.
http://czyborra.com/charsets/iso8859.html#ISO-8859-2
Given that this is correct, next I need to confirm that the ordering is correct.
For example, there are a number of what we call capital U's with the various
diacritical marks. Does this table show them to be in the correct sort order?
Does a "C" come before a "C" with the diacritical marks?
--Scott Jones