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