Hi! Here are some small tests with HAML. My files are all in ISO-8859-1.
%p ABCDé ==> <p>ABCD</p> %p ABCDéA ==> <p>ABCD</p> %p ABCDéAA ==> <p>ABCDéAA</p> Thanks. Nicolas. On Feb 1, 4:09 pm, "hampton c" <[EMAIL PROTECTED]> wrote: > That's interesting. I don't see why it would be mangling that. > > In theory, Ruby should just be treating that as two characters, I > believe. > > Let me do some experimentation. > > -hampton. > > PS: When you say "ISO"... which ISO? > > On Feb 1, 9:37 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I've just tested : > > > %p Testé > > > I get : > > <p>Test</p> > > > All my views are encoded in ISO. > > > I'm using HAML SVN. > > > Thanks. > > Nicolas. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
