Hi Bernard!
Lime has disappointing problem with charset:
1. Application may be in some charset different from utf-8, like
cp1251. But for click() command, and for any other command which
compare inputed parameter with part of the page, we must input
parameter value in utf-8 charset, because lime and it’s other tools
(sfTestBrowser…) do not convert parameters from project charset to the
inner XML charset – utf-8. I think command parameters must be
converted from project charset to the utf-8 automatically by lime and
it's tools.
2. If tests run on the windows platform (cmd uses DOS charsets like
cp866), then output messages are unreadable as for cp1251 (project
charset) as for utf-8 (inner XML charset). I think lime must have the
settings where developer can set charset for output messages.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" 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/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to