You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/charset
wxiaoguang f3eb835886
Refactor locale&string&template related code (#29165)
Clarify when "string" should be used (and be escaped), and when
"template.HTML" should be used (no need to escape)

And help PRs like  #29059 , to render the error messages correctly.
12 months ago
..
ambiguous Replace `interface{}` with `any` (#25686) 2 years ago
invisible Replace `interface{}` with `any` (#25686) 2 years ago
ambiguous.go Ensure that Chinese punctuation is not ambiguous when locale is Chinese (#22019) 2 years ago
ambiguous_gen.go Implement FSFE REUSE for golang files (#21840) 2 years ago
ambiguous_gen_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
breakwriter.go Implement FSFE REUSE for golang files (#21840) 2 years ago
breakwriter_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
charset.go Preserve BOM in web editor (#28935) 1 year ago
charset_test.go Preserve BOM in web editor (#28935) 1 year ago
escape.go Add option to disable ambiguous unicode characters detection (#28454) 1 year ago
escape_status.go Implement FSFE REUSE for golang files (#21840) 2 years ago
escape_stream.go Refactor locale&string&template related code (#29165) 12 months ago
escape_test.go Add option to disable ambiguous unicode characters detection (#28454) 1 year ago
htmlstream.go Implement FSFE REUSE for golang files (#21840) 2 years ago
invisible_gen.go Implement FSFE REUSE for golang files (#21840) 2 years ago