Roundcube Community Forum

Release Support => Pending Issues => Topic started by: dimago on August 10, 2011, 02:52:57 AM

Title: simple doubts about RC
Post by: dimago on August 10, 2011, 02:52:57 AM
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
Title: simple doubts about RC
Post by: JohnDoh on August 10, 2011, 04:53:42 AM
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?
Title: simple doubts about RC
Post by: dimago on August 11, 2011, 12:30:53 AM
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
Title: simple doubts about RC
Post by: JohnDoh on August 11, 2011, 06:41:39 AM
first search result in google vi encoding (http://www.linuxquestions.org/questions/programming-9/vi-encoding-408242/)
Title: simple doubts about RC
Post by: dimago on August 11, 2011, 05:44:38 PM
Thanks John,

I don´t know that was so easy.

I will post if it´s work, OK?

Thanks
Title: simple doubts about RC
Post by: dimago on August 13, 2011, 04:24:02 PM
Hey John

Perfect. It´s works.

Thanks anyway.

Diego