-
Notifications
You must be signed in to change notification settings - Fork 8
Developer Links
PuffTheMagic edited this page Jan 28, 2012
·
7 revisions
We do not follow all specs to the letter - but this links should help on the way :)
- http://en.wikipedia.org/wiki/UTF-8#Design (we only support 16-bit code points)
- http://www.cl.cam.ac.uk/~mgk25/unicode.html#term
- http://www.unicode.org/Public/MAPPINGS/
- http://www.asciitable.com/
- Official VT102 Spec: http://vt100.net/docs/vt102-ug/contents.html
- http://rtfm.etla.org/xterm/ctlseq.html (or http://invisible-island.net/xterm/ctlseqs/ctlseqs.html)
- http://en.wikipedia.org/wiki/ANSI_escape_code (lists color values)
- Control Functions: http://www.ecma-international.org/publications/standards/Ecma-048.htm
- Character Code Structure and Extension Techniques: http://www.ecma-international.org/publications/standards/Ecma-035.htm
- kde konsole has some useful information in its tree: