-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing Epub subjects #111
Comments
Yes, this sounds like a better strategy. Current Swift implementation is discarding any But it's safe to assume that if these refines are present, then the commas will be part of the subject name itself and not a separator. |
@JayPanoz Do you have an opinion on this subject? |
Not really an opinion, perhaps more of a note. Given the extensiveness of the task of handling Then maybe |
Epub Parsing Guide is currently too simplistic about Epub subject parsing.
Both Readium manifest and Epub supports sortAs and localized strings in subjects, so the algorithm should be modified. I suggest the following:
<dc:subject>
element without any sorting information or translation (possibly not compliant case), make sure keywords are not separated using commas or semicolons;The text was updated successfully, but these errors were encountered: