all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 2bc58c438d09d8dc73d511f7a6ef33d293adf44b 112 bytes (raw)
name: admin/charsets/kuten.awk 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
 
/^[0-9]/ {
  ku=substr($1, 3, 2) + 32;
  ten=substr($1, 5, 2) + 32;
  printf "0x%02X%02X %s\n", ku, ten, $2;
}


debug log:

solving 2bc58c438d09d8dc73d511f7a6ef33d293adf44b ...
found 2bc58c438d09d8dc73d511f7a6ef33d293adf44b in https://git.savannah.gnu.org/cgit/emacs.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.