gemini-browser

A text-based gemini browser
git clone git://git.laack.co/gemini-browser.git
Log | Files | Refs | README

runewidth_appengine.go (159B)


      1 //go:build appengine
      2 // +build appengine
      3 
      4 package runewidth
      5 
      6 // IsEastAsian return true if the current locale is CJK
      7 func IsEastAsian() bool {
      8 	return false
      9 }