• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1% This is the file pyhyph.tex of the CJK package
2%   for hyphenating Chinese pinyin syllables.
3%
4% We use the latin-1 character code for `umlaut u' (0xfc).  Additionally,
5% the quote character "'" is used in its standard sense (resolving syllabic
6% ambiguities).
7%
8% created by Werner Lemberg <wl@gnu.org>
9%
10% Version 4.8.0 (22-May-2008)
11
12% Copyright (C) 1994-2008  Werner Lemberg <wl@gnu.org>
13%
14% This program is free software; you can redistribute it and/or modify
15% it under the terms of the GNU General Public License as published by
16% the Free Software Foundation; either version 2 of the License, or
17% (at your option) any later version.
18%
19% This program is distributed in the hope that it will be useful,
20% but WITHOUT ANY WARRANTY; without even the implied warranty of
21% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22% GNU General Public License for more details.
23%
24% You should have received a copy of the GNU General Public License
25% along with this program in doc/COPYING; if not, write to the Free
26% Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
27% MA 02110-1301 USA
28
29\message{Hyphenation patterns for unaccented pinyin syllables (CJK 4.8.0)}
30
31\begingroup
32
33\catcode"0FC = 11        % umlaut u
34\catcode"027 = 11        % quote (')
35\lccode"0FC  = "0FC
36\lccode"027  = "027
37
38\patterns{
39a1b
40a1c
41a1d
42a1f
43a1g
44a1h
45a1j
46a1k
47a1l
48a1m
49a1p
50a1q
51a1r
52a1s
53a1t
54a1w
55a1x
56a1y
57a1z
58e1b
59e1c
60e1d
61e1f
62e1g
63e1h
64e1j
65e1k
66e1l
67e1m
68e1p
69e1q
70e1s
71e1t
72e1w
73e1x
74e1y
75e1z
761ga
77g1b
78g1c
79g1d
801ge
81g1f
82g1g
83g1h
84g1j
85g1k
86g1l
87g1m
88g1n
891go
90g1p
91g1q
92g1r
93g1s
94g1t
951gu
96g1w
97g1x
98g1y
99g1z
100i1b
101i1c
102i1d
103i1f
104i1g
105i1h
106i1j
107i1k
108i1l
109i1m
110i1p
111i1q
112i1r
113i1s
114i1t
115i1w
116i1x
117i1y
118i1z
1191na
120n1b
121n1c
122n1d
1231ne
124n1f
125n1h
1261ni
127n1j
128n1k
129n1l
130n1m
131n1n
1321no
133n1p
134n1q
135n1r
136n1s
137n1t
1381nu
1391n^^fc
140n1w
141n1x
142n1y
143n1z
144o1b
145o1c
146o1d
147o1f
148o1g
149o1h
150o1j
151o1k
152o1l
153o1m
154o1p
155o1q
156o1r
157o1s
158o1t
159o1w
160o1x
161o1y
162o1z
1631ra
164r1b
165r1c
166r1d
1671re
168r1f
169r1g
170r1h
1711ri
172r1j
173r1k
174r1l
175r1m
176r1n
1771ro
178r1p
179r1q
180r1r
181r1s
182r1t
1831ru
184r1w
185r1x
186r1y
187r1z
188u1b
189u1c
190u1d
191u1f
192u1g
193u1h
194u1j
195u1k
196u1l
197u1m
198u1p
199u1q
200u1r
201u1s
202u1t
203u1w
204u1x
205u1y
206u1z
207^^fc1b
208^^fc1c
209^^fc1d
210^^fc1f
211^^fc1g
212^^fc1h
213^^fc1j
214^^fc1k
215^^fc1l
216^^fc1m
217^^fc1n
218^^fc1p
219^^fc1q
220^^fc1r
221^^fc1s
222^^fc1t
223^^fc1w
224^^fc1x
225^^fc1y
226^^fc1z
227'1a
228'1e
229'1o
230}
231\endgroup
232
233\lefthyphenmin 1
234\righthyphenmin 1
235
236\endinput
237