forked from forgejo/forgejo
Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings
This commit is contained in:
parent
4917d29c12
commit
2cc050e21e
3 changed files with 4 additions and 4 deletions
|
@ -313,7 +313,7 @@ func NewConfigContext() {
|
|||
RepoRootPath = path.Clean(RepoRootPath)
|
||||
}
|
||||
ScriptType = sec.Key("SCRIPT_TYPE").MustString("bash")
|
||||
AnsiCharset = sec.Key("ANSI_CHARSET").MustString("ISO-8859-1")
|
||||
AnsiCharset = sec.Key("ANSI_CHARSET").MustString("")
|
||||
|
||||
// UI settings.
|
||||
IssuePagingNum = Cfg.Section("ui").Key("ISSUE_PAGING_NUM").MustInt(10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue