- 11 Feb, 2022 1 commit
-
-
Deucе authored
-
- 05 Sep, 2020 2 commits
-
-
Rob Swindell authored
-
Rob Swindell authored
So we can display ¯\_(ツ)_/¯ in ASCII. It's really important.
-
- 16 Aug, 2020 1 commit
-
-
Rob Swindell authored
-
- 30 Aug, 2019 3 commits
-
-
rswindell authored
Eliminate duplicate case statements added in previous commit (some of these were already mapped using numeric constants).
-
rswindell authored
Added more "black square" -> CP437 0xFE mappings. Added Unicode FULL/HALF block -> CP437 mappings.
-
rswindell authored
translating from Unicode to CP437. Use the UNICODE_HOUSE macro instead of the codepoint hex-value.
-
- 30 Jul, 2019 1 commit
-
-
rswindell authored
for some obvious (but missing) mappings.
-
- 15 Jul, 2019 1 commit
-
-
rswindell authored
-
- 11 Jul, 2019 1 commit
-
-
rswindell authored
Fix error in CP437 0x96 (small U with circumflex) translation to UNICODE (typo: 0x00FB not 0x00F8).
-
- 10 Jul, 2019 6 commits
-
-
rswindell authored
Expression syntax in function unicode_to_cp437 :-(
-
rswindell authored
unicode_width() now correctly returns 2 for the CJK and other code points that are typically displayed in 2 columns with non-proportional fonts.
-
rswindell authored
with UNICODE_*
-
rswindell authored
enumeration value '...' not handled in switch
-
rswindell authored
in unicode_width().
-
rswindell authored
Replaced unicode_is_zerowidth() with unicode_width(), in preparation for "fullwidth" char support. Added UNICODE_UNDEFINED definition (0x0000) (UNICODE_NULL is already defined, at least in MSVC).
-
- 09 Jul, 2019 1 commit
-
-
rswindell authored
enum unicode_codepoint. I got tired of looking up and cross-referencing all these damn numbers.
-
- 08 Jul, 2019 2 commits