home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Calibre / calibre-0.8.18.msi / file_596 < prev    next >
Text File  |  2010-11-16  |  2KB  |  16 lines

  1. ∩╗┐// For questions about the portuguese hyphenation patterns
  2. // ask Lailson Bandeira (lailsonbm at gmail dot com)
  3. // based on LaTeX patterns in Portuguese, by Pedro J. de Rezende and J.Joao Dias Almeida (http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/)
  4. Hyphenator.languages['pt'] = {
  5.     leftmin : 2,
  6.     rightmin : 4,
  7.     shortestPattern : 1,
  8.     longestPattern : 3,
  9.     specialChars : "├í├⌐├¡├│├║├ú├╡├á├º├ó├¬├┤",
  10.     patterns : {
  11.         2 : "1-",
  12.         3 : "1ba1be1bi1bo1bu1b├í1b├ó1b├ú1b├⌐1b├¡1b├│1b├║1b├¬1b├╡1ca1ce1ci1co1cu1c├í1c├ó1c├ú1c├⌐1c├¡1c├│1c├║1c├¬1c├╡1├ºa1├ºe1├ºi1├ºo1├ºu1├º├í1├º├ó1├º├ú1├º├⌐1├º├¡1├º├│1├º├║1├º├¬1├º├╡1da1de1di1do1du1d├í1d├ó1d├ú1d├⌐1d├¡1d├│1d├║1d├¬1d├╡1fa1fe1fi1fo1fu1f├í1f├ó1f├ú1f├⌐1f├¡1f├│1f├║1f├¬1f├╡1ga1ge1gi1go1gu1g├í1g├ó1g├ú1g├⌐1g├¡1g├│1g├║1g├¬1g├╡1ja1je1ji1jo1ju1j├í1j├ó1j├ú1j├⌐1j├¡1j├│1j├║1j├¬1j├╡1ka1ke1ki1ko1ku1k├í1k├ó1k├ú1k├⌐1k├¡1k├│1k├║1k├¬1k├╡1la1le1li1lo1lu1l├í1l├ó1l├ú1l├⌐1l├¡1l├│1l├║1l├¬1l├╡1ma1me1mi1mo1mu1m├í1m├ó1m├ú1m├⌐1m├¡1m├│1m├║1m├¬1m├╡1na1ne1ni1no1nu1n├í1n├ó1n├ú1n├⌐1n├¡1n├│1n├║1n├¬1n├╡1pa1pe1pi1po1pu1p├í1p├ó1p├ú1p├⌐1p├¡1p├│1p├║1p├¬1p├╡1ra1re1ri1ro1ru1r├í1r├ó1r├ú1r├⌐1r├¡1r├│1r├║1r├¬1r├╡1sa1se1si1so1su1s├í1s├ó1s├ú1s├⌐1s├¡1s├│1s├║1s├¬1s├╡1ta1te1ti1to1tu1t├í1t├ó1t├ú1t├⌐1t├¡1t├│1t├║1t├¬1t├╡1va1ve1vi1vo1vu1v├í1v├ó1v├ú1v├⌐1v├¡1v├│1v├║1v├¬1v├╡1xa1xe1xi1xo1xu1x├í1x├ó1x├ú1x├⌐1x├¡1x├│1x├║1x├¬1x├╡1za1ze1zi1zo1zu1z├í1z├ó1z├ú1z├⌐1z├¡1z├│1z├║1z├¬1z├╡a3aa3ea3oc3ce3ae3ee3oi3ai3ei3ii3oi3├ói3├¬i3├┤o3ao3eo3or3rs3su3au3eu3ou3u",
  13.         4 : "1b2l1b2r1c2h1c2l1c2r1d2l1d2r1f2l1f2r1g2l1g2r1k2l1k2r1l2h1n2h1p2l1p2r1t2l1t2r1v2l1v2r1w2l1w2r",
  14.         5 : "1gu4a1gu4e1gu4i1gu4o1qu4a1qu4e1qu4i1qu4o"
  15.     }
  16. };