2009/10/1 Jeremy Evans <[email protected]> > > On Oct 1, 3:42 am, Simon Arnaud <[email protected]> wrote: > > Hi > > > > I don't see how I can run sequel (the command line) with multibyte > support. > > > > With ruby, I would just do ruby -Ku, but it's not an option for sequel. > > > > How should I do it ? >
I got it working using inlined encoding as per this post : http://blog.grayproductions.net/articles/ruby_19s_three_default_encodings > Untested, but may work: > > RUBYOPT="-Ku" sequel ... > It works too, thanks :) However, I think inlined encoding will be better for my uses in the long run. Simon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
