1
mirror of https://github.com/rclone/rclone synced 2025-01-08 10:26:23 +01:00
rclone/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go
2019-02-10 20:55:16 +00:00

9 lines
138 B
Go

// +build appengine
package runewidth
// IsEastAsian return true if the current locale is CJK
func IsEastAsian() bool {
return false
}