Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Tue Mar 19, 2024 8:10 am
Hosted Voice Broadcast


All times are UTC




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Encoding languageSettings.php
PostPosted: Tue Aug 11, 2009 6:54 pm 
Offline

Joined: Sun Mar 30, 2008 5:52 pm
Posts: 138
The file encoding languageSettings.php in Brazil is wrong here in Brazil all servers need to be "httpd.conf" set as ISO-8859-1.

The languageSettings.php is set as:

case "brazilian":
$languageEncoding = "pt_BR.UTF-8";
$slectedLanguage = "pt_BR";
$charEncoding = "UTF-8";
break;


The languageSettings.php is correct:

case "brazilian":
$languageEncoding = "pt_BR.iso88591";
$slectedLanguage = "pt_BR";
$charEncoding = "iso88591";
break;

I changed the languageSettings.php for iso88591 and everything was 100%, but then I found an error when I change any name of customer or e-mail template or any name that accent he has off the accent now on, it happens when I confirm the data.

Example:

Customer name:
Danilo VĂ¢nio

When I confirm the data it writes only:
Danilo V

It erases everything that is after the accent.

Thank you very much.


Top
 Profile  
 
 Post subject: Re: Encoding languageSettings.php
PostPosted: Thu Sep 30, 2010 2:35 pm 
Offline

Joined: Tue Mar 17, 2009 4:00 pm
Posts: 153
Location: Where the sun shines
Hi

On the same subject, I am struggling to send email with correct accents to my customers (using an old 1.4).

I've noted that the char encoding in this file is "iso-8859-1" for french while many other use "iso88591" without the dashes.... I know that we french people like to do things differently just for the sake of it ;-), but is there a good reason to have this ?

Worded differently, how is this variable linked to the system, so I can check whether I need one or the other version ?

Rgds,

J.


Top
 Profile  
 
 Post subject: Re: Encoding languageSettings.php
PostPosted: Sun Feb 20, 2011 3:54 pm 
Offline

Joined: Sun Mar 12, 2006 2:49 pm
Posts: 954
Location: Barcelona
Hello,

Have you find a solution to this ?

Yours,
/Areski


Top
 Profile  
 
 Post subject: Re: Encoding languageSettings.php
PostPosted: Tue Feb 22, 2011 3:08 pm 
Offline

Joined: Tue Mar 17, 2009 4:00 pm
Posts: 153
Location: Where the sun shines
I've actually changed the ClassMail and a2b_mail, so the text of the email is provided as an HTML attachement - works well.

If you want more info, let me know !

J.


Top
 Profile  
 
 Post subject: Re: Encoding languageSettings.php
PostPosted: Mon Apr 25, 2011 2:18 pm 
Offline

Joined: Wed Apr 20, 2011 1:20 pm
Posts: 6
Yes, would love to know how to set up to send out notification emails as HTML, any help would be appreciated

cheers


Top
 Profile  
 
 Post subject: Re: Encoding languageSettings.php
PostPosted: Wed Apr 27, 2011 8:12 pm 
Offline

Joined: Tue Mar 17, 2009 4:00 pm
Posts: 153
Location: Where the sun shines
I actually cant seem to find how I did it... a diff with the base version doesnt help !!

Only thing I see is that I edited the templates to add HTML tags


<p style="font-family: arial; font-size:12px">
dfsdfsdfd
</p>

Let me know if this helps !

J.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 
Predictive Dialer


All times are UTC


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group