mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
fix: linting
This commit is contained in:
@@ -29,6 +29,7 @@ func detectEncoding(text string) (encoding.Encoding, string) {
|
||||
return enc, info.Lang.String()
|
||||
}
|
||||
|
||||
// ProcessEncoding attempts to convert CKJ strings to UTF-8
|
||||
func ProcessEncoding(text string) string {
|
||||
if runtime.GOOS != "windows" {
|
||||
return text
|
||||
|
||||
Reference in New Issue
Block a user