repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use quit-window to hide buffers temporarily displayed by xref
[emacs.git]
/
admin
/
charsets
/
kuten.awk
blob
2bc58c438d09d8dc73d511f7a6ef33d293adf44b
1
/
^
[
0
-
9
]/ {
2
ku=
substr
(
$
1
,
3
,
2
) +
32
;
3
ten=
substr
(
$
1
,
5
,
2
) +
32
;
4
printf
"0x%02X%02X %s
\n
"
,
ku
,
ten
,
$
2
;
5
}
6