Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

25 lines
1.0 KiB
Plaintext

Box drawing characters
From Wikipedia, the free encyclopedia.
Jump to: navigation, search
Box drawing characters are widely used in text user interfaces to draw various frames and boxes. In graphical user interfaces these characters are useless, because it is much simpler to draw lines and rectangles directly with graphical APIs; besides, box drawing characters work only with fixed-width fonts.
(NOTE: removed for testing Mono)
In all MS-DOS codepages box drawing characters are present, but their number is limited to 40:
│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌
or even to 22:
│┤╣║╗╝┐└┴┬├─┼╚╔╩╦╠═╬┘┌
And for Unix programs, usually only 11 basic characters are available:
│┤┐└┴┬├─┼┘┌
or, on some terminals, they are not available at all, so they are replaced with such ASCII characters as '-', '|' and '+'.
Retrieved from "http://en.wikipedia.org/wiki/Box_drawing_characters"
Category: Unicode