Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: third_party/hyphen/README.chromium

Issue 12259025: Linux: apply a different hyphen patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: hyphen 1 Name: hyphen
2 URL: http://sourceforge.net/projects/hunspell/files/Hyphen/ 2 URL: http://sourceforge.net/projects/hunspell/files/Hyphen/
3 Version: 2.6 3 Version: 2.6
4 License File: COPYING 4 License File: COPYING
5 Security Critical: yes 5 Security Critical: yes
6 License: MPL 1.1/GPL 2.0/LGPL 2.1 6 License: MPL 1.1/GPL 2.0/LGPL 2.1
7 7
8 Description: 8 Description:
9 This is a partial copy of Hyphen 2.6 with the following changes: 9 This is a partial copy of Hyphen 2.6 with the following changes:
10 * Change the input params of hnj_hyphen_load to receive the pointer to a ruleset 10 * Make it possible to pass a FILE* instead of file path (for sandbox).
11 instead of a file path.
12 * Change RIGHTHYPHENMIN to 2 in hyph_en_US.dic so it hyphenates rec-i-proc-i-ty 11 * Change RIGHTHYPHENMIN to 2 in hyph_en_US.dic so it hyphenates rec-i-proc-i-ty
13 as expected. 12 as expected.
14 The patch is in google.patch. 13 The patch is in google.patch.
15 14
16 See 'hyphen.tex' for additional requirements regarding that file. 15 See 'hyphen.tex' for additional requirements regarding that file.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698