aboutsummaryrefslogtreecommitdiffstats
path: root/modules/charset
Commit message (Expand)AuthorAgeFilesLines
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-1/+1
* Preserve BOM in web editor (#28935)silverwind2024-01-272-120/+56
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-173-86/+27
* Replace `interface{}` with `any` (#25686)silverwind2023-07-042-9/+9
* Update go tool dependencies, restructure lint targets (#24239)silverwind2023-04-221-1/+3
* Refactor locale number (#24134)wxiaoguang2023-04-171-11/+3
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-242-5/+5
* Fix isAllowed of escapeStreamer (#22814)Jason Song2023-02-091-17/+7
* Fix line spacing for plaintext previews (#22699)crystal2023-02-011-5/+1
* Ensure that plain files are rendered correctly even when containing ambiguous...zeripath2022-12-171-1/+31
* Update go dev dependencies (#22064)silverwind2022-12-081-1/+1
* Ensure that Chinese punctuation is not ambiguous when locale is Chinese (#22019)zeripath2022-12-041-0/+6
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2715-34/+19
* 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