1
0
mirror of https://github.com/rclone/rclone.git synced 2025-04-14 00:58:59 +02: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
}