mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-10-16 20:52:28 +08:00

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