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

Don't assume on encoding #3

Open
EvanCarroll opened this issue Nov 15, 2017 · 0 comments
Open

Don't assume on encoding #3

EvanCarroll opened this issue Nov 15, 2017 · 0 comments

Comments

@EvanCarroll
Copy link
Owner

EvanCarroll commented Nov 15, 2017

Though the project we forked from assumes a specific encoding, we shouldn't. It's not safe to assume that LibreOffice is using anyone encoding. They have many.

This assumption won't hold

ENCODING="ISO8859-2"

pg_updatedicts does this right, they parse the files. Though ideally this would be fixed upstream. There is no reason for any of these to be anything but UTF-8.

LibreOffice/dictionaries#7

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

No branches or pull requests

1 participant