sjbach / lusty

LustyExplorer / LustyJuggler for Vim
http://www.vim.org/scripts/script.php?script_id=1890
257 stars 30 forks source link

fix "incompatible character encodings" error with Ruby 1.9 #43

Closed lilydjwg closed 13 years ago

lilydjwg commented 13 years ago

This error occurs when the path contains non-ASCII, which will be in ASCII-8BIT encoding in Ruby 1.9, while the Dir entries are in UTF-8.

However, I don't know what impact it will be on Ruby 1.8. Maybe it should be handled differently?

sjbach commented 13 years ago

Merged - thanks! Sorry about the delay.