How to determine if a character is a Chinese character using ruby?
Ruby 1.9
#encoding: utf-8 "漢" =~ /p{Han}/
1.4m articles
1.4m replys
5 comments
57.0k users