Gitiles
Code Review
Sign In
gerrit.lfbroadband.org
/
bbsim
/
f99712c65ecd1c5eed92b58a1dc5ec9a2c42db6f
/
.
/
vendor
/
github.com
/
mattn
/
go-runewidth
/
runewidth_appengine.go
blob: 7d99f6e5210377a58ee1d2209de3b747037924f6 [
file
] [
log
] [
blame
]
Anand S Katti
0954135
2020-01-29 15:54:01 +0530
[
diff
] [
blame
]
1
// +build appengine
2
3
package runewidth
4
5
// IsEastAsian return true if the current locale is CJK
6
func IsEastAsian() bool {
7
return false
8
}