mirror of
https://github.com/go-gitea/gitea
synced 2025-01-22 15:44:27 +00:00
9ccc3698d5
Change Javascript regular expression to match non-latin characters The regex comes from here: http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters#comment22322603_150078 And this patch should fixed these two issues: #3919 #3843