Skip to content
Snippets Groups Projects
runewidth_appengine.go 159 B
Newer Older
  • Learn to ignore specific revisions
  • Volker Schukai's avatar
    Volker Schukai committed
    //go:build appengine
    // +build appengine
    
    package runewidth
    
    // IsEastAsian return true if the current locale is CJK
    func IsEastAsian() bool {
    	return false
    }