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

Add hyphenation support #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add hyphenation support #78

wants to merge 1 commit into from

Conversation

mcatanzaro
Copy link
Collaborator

Note 1: This won't work in practice until this bug is fixed.

Note 2: hyphenation support is a new feature in WebKitGTK+ 2.10, so it also won't work unless you built WebKit with jhbuild.

Note 3: you also need to 'sudo dnf install hyphen-en' (or other hyphen packages to get support for more languages).

Currently it only works on pages with lang tags that match the
hyphenation dictionary name exactly, e.g. en_US. Which is an invalid
lang tag (en-US or en would be valid), so this will not work in
practice. But once that is fixed in WebKit, then it will work. Note:
hyphenation support is a new feature in WebKitGTK+ 2.10.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants