view nt/ad2c.sed @ 1188:11ff4edb6bb7

[xemacs-hg @ 2003-01-05 10:53:58 by youngs] 2003-01-04 Steve Youngs <youngs@xemacs.org> * lispref/mule.texi (Charset Unification): Menu item "Internals" should be "Unification Internals".
author youngs
date Sun, 05 Jan 2003 10:54:04 +0000
parents 4be1180a9e89
children
line wrap: on
line source

/^!/d
/^$/d
s/\\/\\\\/g
s/\\$//g
s/"/\\"/g
s/^/(String) "/
: test
/\\$/b slash
s/$/",/
p
d
: slash
n
/^!/d
/^$/d
s/"/\\"/g
s/\\\\/\\/g
s/\\n/\\\\n/g
s/\\t/\\\\t/g
s/\\f/\\\\f/g
s/\\b/\\\\b/g
b test