Hmm, that's a strange error to see. That suggests that somewhere you have a UTF-8 encoded string, and something is trying to force it into an ASCII-8BIT string. What does Encoding.default_internal return in IRB?
On Mon, Nov 22, 2010 at 2:41 PM, José Mota <[email protected]> wrote: > Nathan, I've set Vim's fileencoding and encoding to utf-8. Now I'm > getting another kind of error: > > > Encoding::CompatibilityError at / > > incompatible character encodings: UTF-8 and ASCII-8BIT > > Now it has something to do with the Ruby Encoding module. Do you have > any idea of what might be? > > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected] <haml%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Haml" 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/haml?hl=en.
