What's next? verify your email address for reply notifications!
Thanks for the update but you forgot the check for Ruby 2.0 (as used in Mavericks). Otherwise using umlauts (äöü) will throw an error. (As we talked about on Twitter)
Adding the two lines
Encoding.default_external = Encoding::UTF_8 Encoding.default_internal = Encoding::UTF_8
at the top of the script solved the problem for me.
Fixed version will be live in 10 minutes. Thanks!
Comments
Thanks for the update but you forgot the check for Ruby 2.0 (as used in Mavericks). Otherwise using umlauts (äöü) will throw an error. (As we talked about on Twitter)
Adding the two lines
Encoding.default_external = Encoding::UTF_8
Encoding.default_internal = Encoding::UTF_8
at the top of the script solved the problem for me.
export
Fixed version will be live in 10 minutes. Thanks!
export