Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby 1.9.2: notifier.rb throws exception if non UTF-8 characters are in filenames #16

Closed
dorra opened this issue Sep 24, 2011 · 3 comments

Comments

@dorra
Copy link

dorra commented Sep 24, 2011

/usr/local/lib/ruby/gems/1.9.1/gems/rb-inotify-0.8.6/lib/rb-inotify/notifier.rb:193:in `block in watch': invalid byte sequence in UTF-8 (ArgumentError)
    from /usr/local/lib/ruby/gems/1.9.1/gems/rb-inotify-0.8.6/lib/rb-inotify/notifier.rb:192:in `each'
    from /usr/local/lib/ruby/gems/1.9.1/gems/rb-inotify-0.8.6/lib/rb-inotify/notifier.rb:192:in `watch'
    from /usr/local/lib/ruby/gems/1.9.1/gems/rb-inotify-0.8.6/lib/rb-inotify/notifier.rb:194:in `block in watch'
@nex3
Copy link
Collaborator

nex3 commented Sep 27, 2011

Closed by f9d85d9.

@nex3 nex3 closed this as completed Sep 27, 2011
@botandrose
Copy link

Ruby 1.8.x doesn't support String#force_encoding.

@nex3
Copy link
Collaborator

nex3 commented Sep 27, 2011

Oops! I'll fix that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants