Anand S Katti | 0954135 | 2020-01-29 15:54:01 +0530 | [diff] [blame] | 1 | // +build js |
2 | // +build !appengine | ||||
3 | |||||
4 | package runewidth | ||||
5 | |||||
6 | func IsEastAsian() bool { | ||||
7 | // TODO: Implement this for the web. Detect east asian in a compatible way, and return true. | ||||
8 | return false | ||||
9 | } |