projects
/
chise
/
xemacs-chise.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
(U+4E9B): Apply new conventions for glyph granularity.
[chise/xemacs-chise.git]
/
nt
/
ad2c.sed
1
/^!/d
2
/^$/d
3
s/\\/\\\\/g
4
s/\\$//g
5
s/"/\\"/g
6
s/^/(String) "/
7
: test
8
/\\$/b slash
9
s/$/",/
10
p
11
d
12
: slash
13
n
14
/^!/d
15
/^$/d
16
s/"/\\"/g
17
s/\\\\/\\/g
18
s/\\n/\\\\n/g
19
s/\\t/\\\\t/g
20
s/\\f/\\\\f/g
21
s/\\b/\\\\b/g
22
b test