runpaint / read-ruby

Free ebook about Ruby 1.9
http://ruby.runpaint.org/
148 stars 28 forks source link

Regexp: Unicode 6.0 adds new scripts Batak, Brahmi, now included in ruby 1.9.3 #108

Closed ammar closed 14 years ago

ammar commented 14 years ago

Please addi new scripts Batak (code: batk) and Brahmi (code: brah) to scripts list at regexp#script. They are now included in ruby 1.9.3. Mandaic (code: mand) has a separate issue.

>> RUBY_DESCRIPTION
=> "ruby 1.9.3dev (2010-11-12 trunk 29770) [x86_64-linux]"
>> /\p{Batak}/
=> /\p{Batak}/
>> /\p{batk}/
=> /\p{batk}/
>> /\p{Brahmi}/
=> /\p{Brahmi}/
>> /\p{brah}/
=> /\p{brah}/

Regards and thanks.

runpaint commented 14 years ago

I'm tracking the Unicode 6 updates in #76, so if you don't mind I'll close this.

ammar commented 14 years ago

I missed that issue. Please excuse the redundancy.