home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 2001 April / LCD_4_01.iso / apps / luna156 / scripte / html2asc.lus < prev    next >
Text File  |  1999-07-11  |  379b  |  17 lines

  1. ;
  2. ; Von Luna erzeugte Scriptdatei
  3. ; Umwandlung von HTML-Schlüsselwörtern in Normale Umlaute (GEM-Belegung)
  4. ;
  5.  
  6. replace(0,0,0,-1,"ü","ü")
  7. replace(0,0,0,-1,"ö","ö")
  8. replace(0,0,0,-1,"ä","ä")
  9. replace(0,0,0,-1,"Ü","Ü")
  10. replace(0,0,0,-1,"Ö","Ö")
  11. replace(0,0,0,-1,"Ä","Ä")
  12. replace(0,0,0,-1,"ß","₧")
  13. replace(0,0,0,-1,"&","&")
  14.  
  15.  
  16.