This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Error using other languages #106
Labels
Comments
What version of Ruby are you using? The PR you linked above isn't the proper way to set the encoding on any version I know of. |
ruby 2.3.3p222 (2016-11-21 revision 56859) [x86_64-darwin16] |
I'm not sure what the issue is then as this package is already setting the encoding in a manner that should work just fine in that version... |
@SpaceWhite Is everything else working properly? |
Closing as a duplicate of #103. |
@Arcanemagus How about this? let encoding = '-Eutf-8';
if (process.env._system_name === 'OSX') {
encoding = '-E utf8';
}
const execArgs = ['-wc', encoding]; |
It works for me! |
See comment in your #114 PR. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting this error
when I'm not using English.
The text was updated successfully, but these errors were encountered: