Created
September 5, 2013 05:04
-
-
Save kei2100/6446281 to your computer and use it in GitHub Desktop.
charのUnicodeコードポイントがどのUnicodeブロックなのか判定(何語か判定) ref: http://qiita.com/kei2100/items/290f5c8b4216599c9e26
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (UnicodeBlock.of(character) == UnicodeBlock.ARABIC) { | |
// | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment