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

Exception on filename which is not in UTF-8 #76

Closed
piotr-sokolowski opened this issue Jan 10, 2013 · 1 comment
Closed

Exception on filename which is not in UTF-8 #76

piotr-sokolowski opened this issue Jan 10, 2013 · 1 comment

Comments

@piotr-sokolowski
Copy link
Contributor

Sample code based on "problematic" line (listen-0.7.1/lib/listen/directory_record.rb:192):
"ETU-1_P\xE4iv\xE4ysrivi".sub('E', '')
cause ArgumentError: invalid byte sequence in UTF-8

but this works:
"ETU-1_P\xE4iv\xE4ysrivi".force_encoding("BINARY").sub('E', '')

@thibaudgg
Copy link
Member

Ok, can you submit a pull request please? Thanks!

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

2 participants