walle / gimli

Utility for converting markup files to pdf files
https://github.com/walle/gimli
MIT License
538 stars 44 forks source link

iconv will be depricated use String#encode #24

Closed walle closed 12 years ago

walle commented 12 years ago

`require': iconv will be deprecated in the future, use String#encode instead.

markup.rb uses iconv, change this to String#encode