Skip to content

Instantly share code, notes, and snippets.

@kei2100
Created September 5, 2013 05:04
Show Gist options
  • Save kei2100/6446281 to your computer and use it in GitHub Desktop.
Save kei2100/6446281 to your computer and use it in GitHub Desktop.
charのUnicodeコードポイントがどのUnicodeブロックなのか判定(何語か判定) ref: http://qiita.com/kei2100/items/290f5c8b4216599c9e26
if (UnicodeBlock.of(character) == UnicodeBlock.ARABIC) {
//
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment