lang / unicode_utils

Unicode algorithms for Ruby 1.9
http://unicode-utils.rubyforge.org/
BSD 2-Clause "Simplified" License
113 stars 15 forks source link

RuntimeError: can't modify frozen String when require on Ruby 2.3.0preview1 #13

Open mois3x opened 8 years ago

mois3x commented 8 years ago

I'm getting this error on https://github.com/lang/unicode_utils/blob/master/lib/unicode_utils/read_cdata.rb#L183 and

https://github.com/lang/unicode_utils/blob/master/lib/unicode_utils/read_cdata.rb#L199

I get over it when I move down the cat_buffer definition into the while block but I dont know whether this create another subtle bug.

n-rodriguez commented 1 month ago

Hi there! Any news?

n-rodriguez commented 1 month ago

ping @lang