On Feb 2, 1:26 pm, Peter Vandenabeele <[email protected]> wrote: > As I noted in this thread > > http://www.ruby-forum.com/topic/3496096 > > it may be that using Iconv in ruby gets deprecated > and the functionality is better implemented with > > Encoding::Converter > > http://www.ruby-doc.org/core-1.9.3/Encoding/Converter.html
Christian already stated that he could not yet move to 1.9, so that's not an option. Certainly in ruby 1.9, you should be using the Encoding facility instead of Iconv, but in ruby 1.8, Iconv is the way to go. Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
