On Jul 18, 1:34 pm, Gavin Kistner <[email protected]> wrote: > Using Sequel 3.2, Ruby 1.9.1p0, Postgres 8.3.5 and pg 0.8.0. > How can I get a utf-8 string back from Sequel?
AFAIK, none of the database libaries set the encodings on the strings they return. Sequel never modifies the encodings of Strings it deals with, so if you can modify the database library to set the encoding on the string, Sequel should return it. There may be other potential issues inside Sequel if you do so, I haven't tried. 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 -~----------~----~----~----~------~----~------~--~---
