forked from forgejo/forgejo
s/Gitea/Forgejo in various log messages and comments
(cherry picked from commit 469c214ec8
)
This commit is contained in:
parent
4433cd9793
commit
c7ba51518c
19 changed files with 32 additions and 32 deletions
|
@ -130,7 +130,7 @@ then resh (ר), and finally heh (ה) (which should appear leftmost).`,
|
|||
},
|
||||
{
|
||||
// UTF-8/16/32 all use the same codepoint for BOM
|
||||
// Gitea could read UTF-16/32 content and convert into UTF-8 internally then render it, so we only process UTF-8 internally
|
||||
// Forgejo could read UTF-16/32 content and convert into UTF-8 internally then render it, so we only process UTF-8 internally
|
||||
name: "UTF BOM",
|
||||
text: "\xef\xbb\xbftest",
|
||||
result: "\xef\xbb\xbftest",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue