- Timestamp:
- Oct 26, 2006, 12:04:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/transform.c
r1224 r1230 328 328 'y', 0x03bb, /* y λ */ 329 329 /* Not perfect, but better than nothing */ 330 '"', 0x201e, /* " „ */ 330 331 'm', 0x026f, /* m ɯ */ 331 332 'n', 'u', … … 369 370 /* ASCII */ 370 371 ' ', '*', '+', '-', '/', '0', '8', ':', '=', 'H', 'I', 'N', 371 'O', 'S', 'X', 'Z', '\\', 'l', 'o', 's', ' u', 'x', 'z', '|',372 'O', 'S', 'X', 'Z', '\\', 'l', 'o', 's', 'x', 'z', '|', 372 373 /* Unicode */ 373 374 0x2591, 0x2592, 0x2593, 0x2588, 0x259a, 0x259e, /* ░ ▒ ▓ █ ▚ ▞ */ … … 416 417 'w', 0x028d, /* w ʍ */ 417 418 'y', 0x028e, /* y ʎ */ 419 /* Not perfect, but better than nothing */ 420 '"', 0x201e, /* " „ */ 418 421 /* CP437 */ 419 422 0x258c, 0x2590, /* ▌ ▐ */
Note: See TracChangeset
for help on using the changeset viewer.