summaryrefslogtreecommitdiff
path: root/fc-lang
AgeCommit message (Collapse)AuthorFilesLines
2012-03-30Bug 24729 - [ne_NP] Fix ortho fileAkira TAGOH1-3/+20
further update for ne.orth Patch from Pravin Satpute.
2012-03-16Revert "Fix a build fail on some environment"Akira TAGOH1-2/+2
This reverts commit b75eb63982a54c0fb4576d8a655ef734908d3604.
2012-03-16Revert "Fix a build fail on some environment."Akira TAGOH1-1/+1
This reverts commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af. Conflicts: doc/Makefile.am
2012-03-10Fix a build fail on some environment.Akira TAGOH1-1/+1
2012-03-10Fix a build fail on some environmentAkira TAGOH1-2/+2
2012-03-09Fix distcheck errorAkira TAGOH1-0/+3
2012-02-24Bug 25652 - Add ortho file for locale mni_INPravin Satpute2-1/+37
Add mni.orth for Maniputi Signed-off-by: Akira TAGOH <akira@tagoh.org>
2012-02-24Bug 25653 - Add ortho file for locale doi_INPravin Satpute2-1/+42
Add doi.orth for Dogri Signed-off-by: Akira TAGOH <akira@tagoh.org>
2012-02-23Add brx.orth and sat.orthAkira TAGOH1-1/+3
2012-02-23Bug 25650 - Add ortho file for locale sat_INParag Nemade1-0/+44
Add sat.orth for Santali Signed-off-by: Akira TAGOH <akira@tagoh.org>
2012-02-23Bug 25651 - Add ortho file for locale brx_INParag Nemade1-0/+46
Add brx.orth for Bodo. Signed-off-by: Akira TAGOH <akira@tagoh.org>
2012-02-21Bug 43321 - Required corrections in urdu.orth filePravin Satpute1-2/+5
Drop U+0629 and U+0647, and add U+06c3 to ur.orth Signed-off-by: Akira TAGOH <akira@tagoh.org>
2012-02-21Add a missing fileAkira TAGOH1-1/+2
2012-02-21Bug 32965 - Asturian (ast-ES) language matching missing ḷḷḥAkira TAGOH1-0/+4
Add U+1E24, U+1E25, U+1E36 and U+1e37 for Asturian
2012-02-21Remove the unnecessary comment in ks.orthAkira TAGOH1-4/+0
2012-02-21Bug 27195 - need updates to ks.orth filePravin Satpute1-0/+6
Add U+0620, U+0657, U+065f, U+0672, U+0673 and U+06c4 for Kashmiri See http://www.unicode.org/charts/PDF/U0600.pdf Signed-off-by: Akira TAGOH <akira@tagoh.org>
2011-11-14Bug 24744 - No n'ko orthographyAkira TAGOH1-0/+31
Add nqo.orth for N'Ko
2011-03-14Fix warningBehdad Esfahbod1-1/+1
2011-03-14Bug 20113 - Uighur (ug) orthography incompleteBehdad Esfahbod1-7/+28
2010-12-27Make most generated-files cross-compiling-safeBehdad Esfahbod1-7/+10
By simply including a copy in the tarball. Remains fc-arch which is trickier.
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod181-362/+362
2010-09-21Bug 24729 - [ne_NP] Fix ortho fileBehdad Esfahbod1-0/+1
Exclude three characters (U+090C..090E) from Nepalese.
2010-09-21[fc-lang] Support excluding charactersBehdad Esfahbod1-10/+25
By prefixing a line by a hyphen/minus sign. Useful when including other orth files.
2010-06-02Fix compiler warningsAlan Coopersmith1-3/+3
2009-11-18Clean up Makefile's a bitBehdad Esfahbod1-1/+1
2009-09-02Updated Arabic, Persian, and Urdu orthographiesRoozbeh Pournader5-132/+161
- Arabic (ar), Persian (fa), and Urdu (ur) now use generic forms (bug #23004) - Persian (fa) orthography updated to latest standards and orthographies - Persian dialects Dari/Eastern Farsi (prs) and Western Farsi (pes) added
2009-09-02Correct Ewe (ee) orthography to use U+025B (bug #20711)Roozbeh Pournader1-1/+1
2009-08-25Bug 23419 - "contains" expression seems not working on the fontconfig ruleBehdad Esfahbod1-3/+17
Fix bug in FcLangSetContains(), similar to 5c6d1ff23bda4386984a1d6e4c024958f8f5547c
2009-07-28[ja.orth] Comment out FULLWIDTH YEN SIGN (#22942)Behdad Esfahbod1-1/+1
2009-06-24Reorganize Panjabi/Punjabi and Lahnda orthographies (bug #19890)Roozbeh Pournader4-10/+54
The correct ISO 639 code for Pakistani/Western Panjabi seems to be 'lah', not 'pa'. We are keeping 'pa_pk.orth' for compatiblity with glibc. Signed-off-by: Behdad Esfahbod <behdad@behdad.org>
2009-06-24[fc-lang] Make LangSet representation in the cache files stableBehdad Esfahbod2-17/+280
Fontconfig assigns an index number to each language it knows about. The index is used to index a bit in FcLangSet language map. The bit map is stored in the cache. Previously fc-lang simply sorted the list of languages and assigned them an index starting from zero. Net effect is that whenever new orth files were added, all the FcLangSet info in the cache files would become invalid. This was causing weird bugs like this one: https://bugzilla.redhat.com/show_bug.cgi?id=490888 With this commit we fix the index assigned to each language. The index will be based on the order the orth files are passed to fc-lang. As a result all orth files are explicitly listed in Makefile.am now, and new additions should be made to the end of the list. The list is made to reflect the sorted list of orthographies from 2.6.0 released followed by new additions since. This fixes the stability problem. Needless to say, recreating caches is necessary before any new orthography is recognized in existing fonts, but at least the existing caches are still valid and don't cause bugs like the above.
2009-06-24[fc-lang] Fix bug in country map generationBehdad Esfahbod1-1/+1
Previously the county map code was using an uninitialized variable and hence was totally failing to populate same-lang-different-territory map.
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod180-359/+359
2009-03-10Fix Makefile's to not create target file in case of failureBehdad Esfahbod1-1/+2
2009-03-10Fix Fanti (fat) orth file (#20390)Behdad Esfahbod1-1/+1
2009-03-09Add Sundanese (su) orthography (bug #20440)Roozbeh Pournader1-0/+33
2009-03-09Add Kanuri (kr) orthography (bug #20438)Roozbeh Pournader1-0/+43
2009-03-09Add Nauru (na) orthography (bug #20418)Roozbeh Pournader1-0/+40
2009-03-02Add Javanese (jv) orthography (bug #20403)Roozbeh Pournader1-0/+36
2009-03-02Add Sichuan Yi (ii) orthography (bug #20402)Roozbeh Pournader1-0/+34
2009-03-02Add Shona (sn) orthography (bug #20394)Roozbeh Pournader1-0/+35
2009-03-02Add orthographies for Oshiwambo languages (bug #20401)Roozbeh Pournader3-0/+92
The languages are Kuanyama/Kwanyama (kj), Ndonga (ng), and Kwambi (kwm).
2009-03-02Add Zhuang (za) orthography (bug #20399)Roozbeh Pournader1-0/+39
2009-03-02Add Rundi (rn) orthography (bug #20398)Roozbeh Pournader1-0/+32
2009-03-02Add Navajo (nv) orthography (bug #20395)Roozbeh Pournader1-0/+48
2009-03-02Add Tahitian (ty) orthography (bug #20391)Roozbeh Pournader1-0/+41
2009-03-02Add Sango (sg) orthography (bug #20393)Roozbeh Pournader1-0/+47
2009-03-02Added Quechua (qu) orthography (bug #20392)Roozbeh Pournader1-0/+36
2009-03-02Add Akan (ak) and Fanti (fat) orthographies (bug #20390)Roozbeh Pournader2-0/+60
2009-03-02Add Herero (hz) orthograhy (bug #20387)Roozbeh Pournader1-0/+35