Changeset 627 for libcaca/trunk/test
- Timestamp:
- Mar 15, 2006, 11:07:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test/unicode.c
r626 r627 38 38 cucul_set_color(qq, CUCUL_COLOR_LIGHTGRAY, CUCUL_COLOR_BLACK); 39 39 cucul_putstr(qq, 1, 2, "This is ASCII: | abc DEF 123 !@# |"); 40 cucul_putstr(qq, 1, 3, "This is Unicode: | äßç δεφ ░▒▓╞╬╗ |");40 cucul_putstr(qq, 1, 3, "This is Unicode: | äßç δεφ ☺♥♀ ╞╬╗ |"); 41 41 cucul_putstr(qq, 1, 4, "And this is, too: | ἀβϛ ΔЗҒ ᚴᛒᛯ ♩♔✈ |"); 42 42
Note: See TracChangeset
for help on using the changeset viewer.