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

Side by Side Diff: third_party/hyphen/README_hyph_en_US.txt

Issue 20860003: Remove hyphenation code from Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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
« no previous file with comments | « third_party/hyphen/README.nonstandard ('k') | third_party/hyphen/THANKS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 hyph_en_US.dic - American English hyphenation patterns for OpenOffice.org
2
3 version 2010-02-23
4
5 Changes
6
7 - set correct LEFTHYPHENMIN = 2, RIGHTHYPHENMIN = 3
8 - handle apostrophes (forbid *o'=clock etc.)
9 - set COMPOUNDLEFTHYPHENMIN, COMPOUNDRIGHTHYPHENMIN values
10 - UTF-8 encoding
11 - Unicode ligature support
12
13 License
14
15 BSD-style. Unlimited copying, redistribution and modification of this file
16 is permitted with this copyright and license information.
17
18 See original license in this file.
19
20 Conversion and modifications by László Németh (nemeth at OOo).
21
22 Based on the plain TeX hyphenation table
23 (http://tug.ctan.org/text-archive/macros/plain/base/hyphen.tex) and
24 the TugBoat hyphenation exceptions log in
25 http://www.ctan.org/tex-archive/info/digests/tugboat/tb0hyf.tex, processed
26 by the hyphenex.sh script (see in the same directory).
27
28 Originally developed and distributed with the Hyphen hyphenation library,
29 see http://hunspell.sourceforge.net/ for the source files and the conversion
30 scripts.
31
32 Licenses
33
34 hyphen.tex:
35 % The Plain TeX hyphenation tables [NOT TO BE CHANGED IN ANY WAY!]
36 % Unlimited copying and redistribution of this file are permitted as long
37 % as this file is not modified. Modifications are permitted, but only if
38 % the resulting file is not named hyphen.tex.
39
40 output of hyphenex.sh:
41 % Hyphenation exceptions for US English, based on hyphenation exception
42 % log articles in TUGboat.
43 %
44 % Copyright 2007 TeX Users Group.
45 % You may freely use, modify and/or distribute this file.
46 %
47 % This is an automatically generated file. Do not edit!
48 %
49 % Please contact the TUGboat editorial staff <tugboat@tug.org>
50 % for corrections and omissions.
51
52 hyph_en_US.txt:
53 See the previous licenses.
OLDNEW
« no previous file with comments | « third_party/hyphen/README.nonstandard ('k') | third_party/hyphen/THANKS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698