Closed GoogleCodeExporter closed 8 years ago
But as noted in the referenced section:
All File Names within the same directory must be unique following case
normalization as described in section 3.13 of [Unicode].
Original comment by mgarrish
on 25 Jun 2013 at 1:00
Thanks for explanation. For some reason I overlooked this sentence :(
Issues could be closed as "invalid".
Few notes (maybe I missed something, because I haven't read full Unicode
standard).
I've looked for "case normalization" in section 3.13
(http://www.unicode.org/versions/Unicode5.0.0/ch03.pdf#G33992) and haven't
found description for this term, but section 3.13 contains description of
"Default Caseless Matching".
Most time in the Unicode standard "normalization" means using one of
Normalization Forms (http://www.unicode.org/reports/tr15/) that aren't change
case. But there is "case folding" process (used in 3.13. "Default Caseless
Matching" and described in 5.18,
http://www.unicode.org/versions/Unicode5.0.0/ch05.pdf#G21180) that "map strings
to canonical form where case differences are erased".
Original comment by pm2...@gmail.com
on 25 Jun 2013 at 5:56
Agree the wording of that requirement could be improved, but I believe it's
referring to the normalization step refenced in "Default Case Matching":
"Caseless matching should also use normalization, which means using one of the
following operations:"
Original comment by mgarrish
on 25 Jun 2013 at 12:25
Right. That's how I interpreted the spec: file names must be unique when
comparing with a caseless matching algorithm. If not, EpubCheck will raise an
error.
EpubCheck will also check Unicode-normalized names and only raise a warning
when duplicate names are found.
I'm closing the issue as invalid. Feel free to re-open if you disagree.
Original comment by rdeltour@gmail.com
on 25 Jun 2013 at 1:39
Original issue reported on code.google.com by
pm2...@gmail.com
on 18 Jun 2013 at 1:08Attachments: