Roundcube Community Forum

 

simple doubts about RC

Started by dimago, August 10, 2011, 02:52:57 AM

Previous topic - Next topic

dimago

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

JohnDoh

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?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

dimago

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

JohnDoh

Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

dimago

Thanks John,

I don´t know that was so easy.

I will post if it´s work, OK?

Thanks

dimago

Hey John

Perfect. It´s works.

Thanks anyway.

Diego