mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
9f2a4b378f
* String payload * Verify ENS Names * Update status-protocol-go
10 lines
190 B
Go
10 lines
190 B
Go
// +build js
|
|
// +build !appengine
|
|
|
|
package runewidth
|
|
|
|
func IsEastAsian() bool {
|
|
// TODO: Implement this for the web. Detect east asian in a compatible way, and return true.
|
|
return false
|
|
}
|