You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess the prompt was converted automatically from iso-8859-1 to UTF-8 (due to default_external).
Encoding of config file can be specified as per user's choice if it can be converted to UTF-8.
Right?
As soon as I use a UTF-8 character in the config file, earthquake refuses to start, giving this error:
To solve this, all that's needed is to put # encoding: utf-8 as the second line of bin/earthquake,
right below #!/usr/bin/env ruby.
The text was updated successfully, but these errors were encountered: