Changeset 1089
- Timestamp:
- 09/08/10 17:32:17 (21 months ago)
- File:
-
- 1 edited
-
trunk/plugins/en/output_demon.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/output_demon.tcl
r1087 r1089 27 27 foreach word $words { 28 28 29 regsub -all {([^aeiou])i([^aeinuoy])} $word {\1y\2} word30 29 regsub -all {c?k\M} $word {q} word 31 30 … … 39 38 #other special cases to fix 40 39 set word [string map -nocase { soam some someoan someone } $word] 40 41 # [@ enid] i can not be represented by mere regexps. 42 set word [string map -nocase { chick chyq } $word] 41 43 42 44 regsub -all {le(s)?\M} $word {al\1} word
Note: See TracChangeset
for help on using the changeset viewer.
