Skip to content
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

Multibyte special character messes up initials #36

Open
rvanlaak opened this issue Nov 26, 2019 · 1 comment
Open

Multibyte special character messes up initials #36

rvanlaak opened this issue Nov 26, 2019 · 1 comment

Comments

@rvanlaak
Copy link

We parsed the author name from a page, where the input name is © Pavel Voinau.

Expected result

not return an initials, return null as initials

Actual result

When dumping the value, name-parser exports "Â ©"

image

How to fix

  • make initial parser multibyte safe
  • do not parse copyright sign
rvanlaak added a commit to scribbr/name-parser that referenced this issue Nov 26, 2019
@rvanlaak
Copy link
Author

see draft #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant