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

Side by Side Diff: third_party/hyphen/ooopatch.sed

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/missing ('k') | third_party/hyphen/substrings.c » ('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 # patch for apostrophe handling (including Unicode apostrophe)
2 s/\(RIGHTHYPHENMIN.*\)/\1\
3 COMPOUNDLEFTHYPHENMIN 2\
4 COMPOUNDRIGHTHYPHENMIN 3\
5 1'.\
6 1's.\/'=s,1,2\
7 1't.\/'=t,1,2\
8 1’.\
9 1’s.\/’=s,1,2\
10 1’t.\/’=t,1,2\
11 NEXTLEVEL\
12 4'4\
13 4a4'4\
14 4b4'4\
15 4c4'4\
16 4d4'4\
17 4e4'4\
18 4f4'4\
19 4g4'4\
20 4h4'4\
21 4i4'4\
22 4j4'4\
23 4k4'4\
24 4l4'4\
25 4m4'4\
26 4n4'4\
27 4o4'4\
28 4p4'4\
29 4q4'4\
30 4r4'4\
31 4s4'4\
32 4t4'4\
33 4u4'4\
34 4v4'4\
35 4w4'4\
36 4x4'4\
37 4y4'4\
38 4z4'4\
39 'a4\
40 'b4\
41 'c4\
42 'd4\
43 'e4\
44 'f4\
45 'g4\
46 'h4\
47 'i4\
48 'j4\
49 'k4\
50 'l4\
51 'm4\
52 'n4\
53 'o4\
54 'p4\
55 'q4\
56 'r4\
57 's4\
58 't4\
59 'u4\
60 'v4\
61 'w4\
62 'x4\
63 'y4\
64 'z4\
65 4’4\
66 4a4’4\
67 4b4’4\
68 4c4’4\
69 4d4’4\
70 4e4’4\
71 4f4’4\
72 4g4’4\
73 4h4’4\
74 4i4’4\
75 4j4’4\
76 4k4’4\
77 4l4’4\
78 4m4’4\
79 4n4’4\
80 4o4’4\
81 4p4’4\
82 4q4’4\
83 4r4’4\
84 4s4’4\
85 4t4’4\
86 4u4’4\
87 4v4’4\
88 4w4’4\
89 4x4’4\
90 4y4’4\
91 4z4’4\
92 ’a4\
93 ’b4\
94 ’c4\
95 ’d4\
96 ’e4\
97 ’f4\
98 ’g4\
99 ’h4\
100 ’i4\
101 ’j4\
102 ’k4\
103 ’l4\
104 ’m4\
105 ’n4\
106 ’o4\
107 ’p4\
108 ’q4\
109 ’r4\
110 ’s4\
111 ’t4\
112 ’u4\
113 ’v4\
114 ’w4\
115 ’x4\
116 ’y4\
117 ’z4/
OLDNEW
« no previous file with comments | « third_party/hyphen/missing ('k') | third_party/hyphen/substrings.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698