#2282 fix utf-8 recognized as windows-1252
This commit is contained in:
parent
13fe733037
commit
85af36332b
6 changed files with 13 additions and 10 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.8.13.1224"
|
||||
const APP_VER = "0.8.13.1225"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue