Compare commits
No commits in common. "c8s" and "c9s" have entirely different histories.
97
hyph_mr_IN.dic
Normal file
97
hyph_mr_IN.dic
Normal file
@ -0,0 +1,97 @@
|
||||
UTF-8
|
||||
% Hyphenation for Marathi
|
||||
% Copyright (C) 2008-2010 Santhosh Thottingal <santhosh.thottingal@gmail.com>
|
||||
%
|
||||
% This library is free software; you can redistribute it and/or
|
||||
% modify it under the terms of the GNU Lesser General Public
|
||||
% License as published by the Free Software Foundation;
|
||||
% version 3 or later version of the License.
|
||||
%
|
||||
% This library is distributed in the hope that it will be useful,
|
||||
% but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
% Lesser General Public License for more details.
|
||||
%
|
||||
% You should have received a copy of the GNU Lesser General Public
|
||||
% License along with this library; if not, write to the Free Software
|
||||
% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
%
|
||||
% GENERAL RULE
|
||||
% Do not break either side of ZERO-WIDTH JOINER (U+200D)
|
||||
22
|
||||
% Break on both sides of ZERO-WIDTH NON JOINER (U+200C)
|
||||
11
|
||||
% Break before or after any independent vowel.
|
||||
अ1
|
||||
आ1
|
||||
इ1
|
||||
ई1
|
||||
उ1
|
||||
ऊ1
|
||||
ऋ1
|
||||
ॠ1
|
||||
ऌ1
|
||||
ॡ1
|
||||
ए1
|
||||
ऐ1
|
||||
ओ1
|
||||
औ1
|
||||
% Break after any dependent vowel but not before.
|
||||
ा1
|
||||
ि1
|
||||
ी1
|
||||
ु1
|
||||
ू1
|
||||
ृ1
|
||||
ॄ1
|
||||
ॢ1
|
||||
ॣ1
|
||||
े1
|
||||
ै1
|
||||
ो1
|
||||
ौ1
|
||||
% 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ह
|
||||
% Do not break before chandrabindu, anusvara, visarga, avagraha
|
||||
% and accents.
|
||||
2ँ1
|
||||
2ं1
|
||||
2ः1
|
||||
2ऽ1
|
||||
2॑1
|
||||
2॒1
|
||||
% Do not break either side of virama (may be within conjunct).
|
||||
2्2
|
@ -2,7 +2,7 @@ Name: hyphen-mr
|
||||
Summary: Marathi hyphenation rules
|
||||
Epoch: 1
|
||||
Version: 0.7.0
|
||||
Release: 11%{?dist}
|
||||
Release: 19%{?dist}
|
||||
Source: http://download.savannah.gnu.org/releases/smc/hyphenation/patterns/%{name}-%{version}.tar.bz2
|
||||
URL: http://wiki.smc.org.in
|
||||
License: LGPLv3+
|
||||
@ -27,6 +27,31 @@ install -m644 -p *.dic %{buildroot}/%{_datadir}/hyphen
|
||||
%{_datadir}/hyphen/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:0.7.0-19
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:0.7.0-18
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7.0-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7.0-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7.0-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7.0-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7.0-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7.0-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user