summaryrefslogtreecommitdiff
path: root/unicode.h
AgeCommit message (Collapse)Author
2023-07-14fix writing of unicode btwn U+8000 and U+FFFFpommicket
2023-02-28doxygen documentationpommicket
2023-01-04make unicode.h more self-containedpommicket
2022-12-28parsing signature helppommicket
2022-12-23Merge branch 'trunk' into lsppommicket
2022-12-23improve unicode_utf8_to_utf32 to handle all types of bad UTF-8pommicket
2022-12-22detail textpommicket
2022-12-13more future feature ideaspommicket
2022-12-10more lsppommicket
2021-02-16started getting :build to workLeo Tenenbaum
2021-01-30fixed warnings on GCC, fixed opening an absolute path, READMELeo Tenenbaum
2021-01-25replaced c32rtomb, mbrtoc32 with own versionsLeo Tenenbaum
these are nicer to use since they don't involve mbstate_t and should be faster since they don't involve locales
2020-11-29moving around the cursorLeo Tenenbaum
2020-11-25rendering a text bufferLeo Tenenbaum