- update to 20090924
This commit is contained in:
parent
c40cc18a10
commit
4283474150
122
hyph_ta_IN.dic
122
hyph_ta_IN.dic
@ -17,82 +17,60 @@ UTF-8
|
|||||||
% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
%
|
%
|
||||||
% GENERAL RULE
|
% GENERAL RULE
|
||||||
% Do not break either side of ZERO-WIDTH JOINER
|
% Do not break either side of ZERO-WIDTH JOINER (U+200D)
|
||||||
% (U+200D) and ZERO-WIDTH NON-JOINER (U+200C)
|
|
||||||
22
|
22
|
||||||
22
|
% Break on both sides of ZERO-WIDTH NON JOINER (U+200C)
|
||||||
|
11
|
||||||
% Break before or after any independent vowel.
|
% Break before or after any independent vowel.
|
||||||
1அ1
|
அ1
|
||||||
1ஆ1
|
ஆ1
|
||||||
1இ1
|
இ1
|
||||||
1ஈ1
|
ஈ1
|
||||||
1உ1
|
உ1
|
||||||
1ஊ1
|
ஊ1
|
||||||
1எ1
|
எ1
|
||||||
1ஏ1
|
ஏ1
|
||||||
1ஐ1
|
ஐ1
|
||||||
1ஒ1
|
ஒ1
|
||||||
1ஓ1
|
ஓ1
|
||||||
1ஔ1
|
ஔ1
|
||||||
% Break after any dependent vowel, but not before.
|
% Break after any dependent vowel, but not before.
|
||||||
2ா1
|
ா1
|
||||||
2ி1
|
ி1
|
||||||
2ீ1
|
ீ1
|
||||||
2ு1
|
ு1
|
||||||
2ூ1
|
ூ1
|
||||||
2ெ1
|
ெ1
|
||||||
2ே1
|
ே1
|
||||||
2ை1
|
ை1
|
||||||
2ொ1
|
ொ1
|
||||||
2ோ1
|
ோ1
|
||||||
2ௌ1
|
ௌ1
|
||||||
% Break before or after any consonant.
|
% Break before or after any consonant.
|
||||||
1க1
|
1க
|
||||||
1ங1
|
1ங
|
||||||
1ச1
|
1ச
|
||||||
1ஜ1
|
1ஜ
|
||||||
1ஞ1
|
1ஞ
|
||||||
1ட1
|
1ட
|
||||||
1ண1
|
1ண
|
||||||
1த1
|
1த
|
||||||
1ந1
|
1ந
|
||||||
1ப1
|
1ப
|
||||||
1ம1
|
1ம
|
||||||
1ய1
|
1ய
|
||||||
1ர1
|
1ர
|
||||||
1ற1
|
1ற
|
||||||
1ல1
|
1ல
|
||||||
1ள1
|
1ள
|
||||||
1ழ1
|
1ழ
|
||||||
1வ1
|
1வ
|
||||||
1ஷ1
|
1ஷ
|
||||||
1ஸ1
|
1ஸ
|
||||||
1ஹ1
|
1ஹ
|
||||||
% Do not break before a final consonant or conjunct.
|
|
||||||
2க்.
|
|
||||||
2ங்.
|
|
||||||
2ச்.
|
|
||||||
2ஜ்.
|
|
||||||
2ஞ்.
|
|
||||||
2ட்.
|
|
||||||
2ண்.
|
|
||||||
2த்.
|
|
||||||
2ந்.
|
|
||||||
2ப்.
|
|
||||||
2ம்.
|
|
||||||
2ய்.
|
|
||||||
2ர்.
|
|
||||||
2ற்.
|
|
||||||
2ல்.
|
|
||||||
2ள்.
|
|
||||||
2ழ்.
|
|
||||||
2வ்.
|
|
||||||
2ஷ்.
|
|
||||||
2ஸ்.
|
|
||||||
2ஹ்.
|
|
||||||
% Do not break before anusvara, visarga and length mark.
|
% Do not break before anusvara, visarga and length mark.
|
||||||
2ஂ
|
2ஂ1
|
||||||
2ஃ
|
2ஃ1
|
||||||
2ௗ
|
2ௗ1
|
||||||
% Do not break either side of virama (may be within conjunct).
|
% Do not break either side of virama (may be within conjunct).
|
||||||
2்2
|
2்2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: hyphen-ta
|
Name: hyphen-ta
|
||||||
Summary: Tamil hyphenation rules
|
Summary: Tamil hyphenation rules
|
||||||
%define upstreamid 20090813
|
%define upstreamid 20090924
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Source: http://git.savannah.gnu.org/cgit/smc.git/plain/hyphenation/hyph_ta_IN.dic
|
Source: http://git.savannah.gnu.org/cgit/smc.git/plain/hyphenation/hyph_ta_IN.dic
|
||||||
@ -34,6 +34,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/hyphen/*
|
%{_datadir}/hyphen/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 24 2009 Parag <pnemade@redhat.com> - 0.20090924-1
|
||||||
|
- update to 20090924
|
||||||
|
|
||||||
* Mon Aug 17 2009 Parag <pnemade@redhat.com> - 0.20090813-1
|
* Mon Aug 17 2009 Parag <pnemade@redhat.com> - 0.20090813-1
|
||||||
- latest version
|
- latest version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user