Closed ykim closed 4 years ago
Thanks for the bug report.
The issue here is not the star, it's the thing that looks like a hyphen. That's actually a half-width long vowel stroke (長音符). I didn't have any handling for half-width katakana, so they were failing at lookup time.
This worked in older versions of the code because unknown characters were passed through. That would have been bad with text like this, as it would look like normal ascii, but have to be encoded in URLs or other situations. Thanks for helping me catch it!
I just released 0.1.9, which should fix this issue.
I ran into another issue parsing a title of a book,
ティンクル☆くるせいだーすGoGo!(1)
. The error is below:This may be related to the changes from #7 and/or #8. This string did not error before either changes. My guess is that the
☆
in the middle is causing some issues.