aboutsummaryrefslogtreecommitdiff
path: root/docs/api/utf8extra.lua
AgeCommit message (Collapse)Author
2023-11-21Fix editor crash on invalid UTF-8 (#38)Jefferson González
* Uses new functionality introduced on lite-xl/lite-xl#1613 * utf8extra.clean function is employed on highlighter to replace invalid UTF-8 sequences on document lines with '\26' * Allow opening files with unknown encoding * Invalidate cleaned lines * Customized utf8.clean to allow non-continous replacements * Baked binary data handling into docs * Changed drawwhitespace plugin to render on binary files character 26 as a square. * Renamed Doc get_line() to get_utf8_line() for clarity
2023-10-27Additional enablement for lite-xl/lite-xl#1613jgmdev
* Added new functions documentation * Injected new functions to string table
2022-11-30docs api: minor correctionsjgmdev
2022-05-11c core: fix extra utf8 build conflict on windowsjgmdev