mark-moseley / linecache

GNU General Public License v2.0
29 stars 20 forks source link

got ArgumentError when source includes non-ascii chars. #7

Closed moro closed 12 years ago

moro commented 13 years ago

Hi, I'm using ruby-debug19 and linecache19 every day. I thank your work.

Recently, I got ArgumentError caused by Ruby 1.9 encoding mechanism when debugger tried to show my codes which includes non-ascii words(UTF-8 japanese word).

I made workaround for the problem. I would like you to merge mine into your work.

Thanks.