Topic: https://brettterpstra.com/2013/10/13/a-searchlink-mas-stopgap/

Comments

hide preview ▲show preview ▼

What's next? verify your email address for reply notifications!

die_krabbe 12y, 159d ago

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.

remark link
export
hide preview ▲show preview ▼

What's next? verify your email address for reply notifications!

ttscoff 12y, 159d ago

Fixed version will be live in 10 minutes. Thanks!

hide preview ▲show preview ▼

What's next? verify your email address for reply notifications!