https://en.wikipedia.org/wiki/Box-drawing_character
- Overwrite/clear selections before freeing them
- ≣ † ☆ ツ ⌘›🍺∴ ( ͡° ͜ʖ ͡°) ƒ ︵ ₂ 😈 θ ƒ › ʼ ƒ ∂ ʻ μ › ∫ ◇ ♪
- ► ə β ə ſ ρ ə ∴ ♪ 😱 † 😳 › ▛ ᵗ * ‽ ℣ Ω ⌘
+ ► ə β ə ſ ρ ə ∴ ♪ 😱 † 😳 › ▛ ᵗ * ‽ ℣ Ω ⌘
- Verify if dead key support is incomplete for ISO-8859-4 and ISO-8859-10.
There were special characters that were unicode since the start but also
could have punctuation. And others that used two at a time... It might
https://vt100.net/docs/vt3xx-gp/
XTerm optionally has partial support for these but is rarely compiled with
those features by default.
+- Interesting concepts for unknown glyph boxes:
+ https://github.com/unicode-org/last-resort-font
+ https://www.fontspace.com/unicode-bmp-fallback-sil-font-f13379
{ 0x021A, 0x0162 }, /* ISO-8859-16 T comma -> T cedilla */
{ 0x021B, 0x0163 }, /* ISO-8859-16 t comma -> t cedilla */
{ 0x1D27, 0x039B }, /* Capital lambda */
+ { 0x2009, ' ' }, /* Thin space */
{ 0x2010, '-' }, /* Hyphen */
{ 0x2013, '-' }, /* " */
{ 0x2014, 0x1FB78 }, /* Long dash */
{ 0x2015, 0x1FB78 }, /* " */
{ 0x2019, 0xB4 }, /* Close single quote */
{ 0x2032, 0xB4 }, /* " */
+ { 0x202F, 0xA0 }, /* Narrow NBSP */
{ 0x2033, 0x201D }, /* Straight double quote */
{ 0x226A, 0xAB }, /* Much less than */
{ 0x226B, 0xBB }, /* Much greater than */