home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / m4-1.4-src.tgz / tar.out / fsf / m4 / examples / translit.m4 < prev    next >
Text File  |  1996-09-28  |  265b  |  9 lines

  1. # traceon(`translit')dnl
  2. translit(`GNUs not Unix', `a-z')
  3. translit(`GNUs not Unix', `a-z', `A-Z')
  4. translit(`GNUs not Unix', `A-Z', `a-z')
  5. translit(`GNUs not Unix', `A-Z')
  6. translit(`a-z', `a-')
  7. translit(`A-Z', `A-Z-', `-A-Z')
  8. translit(`GNUs not Unix', `Z-A', `a-z')
  9.