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
zeripath 6e4ba04843
Ensure that Chinese punctuation is not ambiguous when locale is Chinese (#22019) (#22030)
Backport #22019

Although there are per-locale fallbacks for ambiguity the locale names
for Chinese do not quite match our locales. This PR simply maps zh-CN on
to zh-hans and other zh variants on to zh-hant.

Ref #20999

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
2 years ago
..
ambiguous Move go-licenses to generate and separate generate into a frontend and backend component (#21061) 3 years ago
invisible Move go-licenses to generate and separate generate into a frontend and backend component (#21061) 3 years ago
ambiguous.go Ensure that Chinese punctuation is not ambiguous when locale is Chinese (#22019) (#22030) 2 years ago
ambiguous_gen.go Switch Unicode Escaping to a VSCode-like system (#19990) 3 years ago
ambiguous_gen_test.go Switch Unicode Escaping to a VSCode-like system (#19990) 3 years ago
breakwriter.go Switch Unicode Escaping to a VSCode-like system (#19990) 3 years ago
breakwriter_test.go Switch Unicode Escaping to a VSCode-like system (#19990) 3 years ago
charset.go Fix various typos (#20338) 3 years ago
charset_test.go Add more linters to improve code readability (#19989) 3 years ago
escape.go Switch Unicode Escaping to a VSCode-like system (#19990) 3 years ago
escape_status.go Switch Unicode Escaping to a VSCode-like system (#19990) 3 years ago
escape_stream.go Avoid frequent string2bytes conversions (#20940) 3 years ago
escape_test.go Share HTML template renderers and create a watcher framework (#20218) 3 years ago
htmlstream.go Switch Unicode Escaping to a VSCode-like system (#19990) 3 years ago
invisible_gen.go Switch Unicode Escaping to a VSCode-like system (#19990) 3 years ago