view nt/ad2c.sed @ 3553:f17718066b5e

[xemacs-hg @ 2006-08-10 12:28:41 by scop] Alias string-to-char-list to string-to-list <1154980866.2997.72.camel@localhost.localdomain>
author scop
date Thu, 10 Aug 2006 12:28:42 +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