home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Mail / Bundles / HTMLConverter-1.0-MIHS / HTMLMap.plist < prev    next >
Encoding:
Text File  |  1997-06-12  |  418 b   |  29 lines

  1. "<html>" = "";
  2. "</html>" = "";
  3. "<body>" = "";
  4. "</body>" = "";
  5. "<b>" = "*";
  6. "</b>" = "*";
  7. "<i>" = "/";
  8. "</i>" = "/";
  9. "<u>" = "_";
  10. "</u>" = "_";
  11. "<center>" = "";
  12. "</center>" = "";
  13. "<p>" = "";
  14. "<br>" = "";
  15. "<head>" = "";
  16. "</head>" = "";
  17. "<title>" = "";
  18. "</title>" = "";
  19. "<tt>" = "";
  20. "</tt>" = "";
  21. "<ul>" = "";
  22. "</ul>" = "";
  23. "<li>" = "\t.";
  24. "</li>" = "";
  25. " " = " ";
  26. "<hr>" = "-----------";
  27. "<ol>" = "";
  28. "</ol>" = "";
  29.