typst / hayagriva

Rusty bibliography management.
Apache License 2.0
347 stars 54 forks source link

Apostrophe should not always cause step to return CharClass::InWord #244

Closed sandbergja closed 5 days ago

sandbergja commented 4 weeks ago

Similar to ", , «, and other such characters, an apostrophe can mark a quotation, in which case the character after it may need to be upper case. Before this commit, Hayagriva always considered the character after an apostrophe to be within a word, and therefore lowercased it.

Closes #196

sandbergja commented 5 days ago

Rebased this so that hopefully CI passes. :-)

PgBiel commented 5 days ago

This seems legitimate to me. Thanks!