aboutsummaryrefslogtreecommitdiffstats
path: root/modules/charset
Commit message (Expand)AuthorAgeFilesLines
* Move go-licenses to generate and separate generate into a frontend and backen...zeripath2022-09-052-0/+22
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-4/+11
* Avoid frequent string2bytes conversions (#20940)Jason Song2022-08-241-7/+8
* Switch Unicode Escaping to a VSCode-like system (#19990)zeripath2022-08-1314-273/+1956
* Fix various typos (#20338)luzpaz2022-07-121-3/+3
* Add more linters to improve code readability (#19989)Wim2022-06-202-5/+5
* Detect truncated utf-8 characters at the end of content as still representing...zeripath2022-05-212-1/+164
* Don't treat BOM escape sequence as hidden character. (#18909)Gusted2022-02-262-4/+25
* Fix panic in EscapeReader (#18820)zeripath2022-02-192-0/+10
* format with gofumpt (#18184)65432022-01-202-33/+65
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-072-0/+432
* Simplify parameter types (#18006)Gusted2021-12-201-3/+3
* Read expected buffer size (#17409)KN4CK3R2021-10-241-2/+3
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Refactor renders (#15175)Lunny Xiao2021-04-191-18/+31
* Ensure that the detected charset order is set in chardet test (#12574)zeripath2020-08-231-5/+23
* Fix chardet test and add ordering option (#11621)zeripath2020-06-022-4/+35
* deps: update and fix chardet import (#9351)Antoine GIRARD2019-12-141-1/+1
* Reduce test sensibility (#8393)guillep2k2019-10-071-1/+2
* Fix utf8 tests (#8192)guillep2k2019-09-212-35/+81
* Make encoding tests independent of LOCALE settings (#8018)guillep2k2019-09-021-12/+26
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-152-0/+343