mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-10 08:16:49 +01:00
8 lines
138 B
Go
8 lines
138 B
Go
// +build appengine
|
|
|
|
package runewidth
|
|
|
|
// IsEastAsian return true if the current locale is CJK
|
|
func IsEastAsian() bool {
|
|
return false
|
|
}
|