view nt/ad2c.sed @ 4494:ea66743ff201

Fix the XFT build, thank you Robert Delius Royar. 2008-08-10 Aidan Kehoe <kehoea@parhasard.net> * objects-xlike-inc.c (charset_table): Remove the entry for Vcharset_arabic_iso8859_7, thank you Robert Delius Royar.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 10 Aug 2008 12:03:10 +0200
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