blob: 7d99f6e5210377a58ee1d2209de3b747037924f6 [file] [log] [blame]
Naveen Sampath04696f72022-06-13 15:19:14 +05301// +build appengine
2
3package runewidth
4
5// IsEastAsian return true if the current locale is CJK
6func IsEastAsian() bool {
7 return false
8}