Hello All,
Im using Last Stable Version of RC, and I have any doubts.
1 - When I try a login and the password or user doesn´t match, it´s get a bit delay to show the error message. It´s normal? To login it´s OK.
2 - I´m from Brazil, and I´m using a locale LANG=pt_BR with ISO8859-1 and when I edit a file like en_US to translate, I want to put the acentuation. It´s works fine, but in the web page, it´s shows so bad.
It just happen when I edit a file. A file that is translated, no problem, but look inside the pt_BR.inc:
$labels['timeslots'] = 'Horário por hora';
look Horário por Hora.
My apache is running with ISO 8859-1. I guess that it isn´t a apache problem.
So, any tip?
Thanks anyway,
Diego
Quote1 - When I try a login and the password or user doesn´t match, it´s get a bit delay to show the error message. It´s normal? To login it´s OK.
yes, i think it is. mine does a similar thing. it depends how quickly the imap server respondes with invalid login i guess.
Quote2 - I´m from Brazil, and I´m using a locale LANG=pt_BR with ISO8859-1 and when I edit a file like en_US to translate, I want to put the acentuation. It´s works fine, but in the web page, it´s shows so bad.
could just be an encoding problem, are you saving the file as UTF-8 (no BOM) after you have edited it?
Hello John, thanks for help.
about number 1 - OK..
about number 2 - I just open the file by "vi" and edit and save like "wq!". I have no idea how can I save file like UTF-8. Can you help me?
Thanks,
Diego
first search result in google vi encoding (http://www.linuxquestions.org/questions/programming-9/vi-encoding-408242/)
Thanks John,
I don´t know that was so easy.
I will post if it´s work, OK?
Thanks
Hey John
Perfect. It´s works.
Thanks anyway.
Diego