Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

E mail charset


Alen30

Recommended Posts

:blink: I really need help

Please I can't find where is a charset definition for send mail

There is one in includes/languages/english/english.php for example

my language need charset windows-1250

I enter there

// charset for web pages and emails

define('CHARSET', 'windows-1250');

but it is not working

I still get e mails without properly charset

Link to comment
Share on other sites

in english.php:

approx. line 19: @setlocale(LC_TIME, 'en_US.ISO_8859-1');

or in email.php around line: 313

 

BTW, which particular language is the change good for?

windows-1250: is the specific "MS-windows" characterset.

 

The International Standards Org (ISO) charset is: ISO_8859-1 (aka Latin-1)

 

There is hardly any difference between the 2.

 

ISO8859-1 is valid for the following countries:

Albania, Denmark, Germany, English, Faroer, Finland, France, Gaelic, Ireland, Island, Italy, Catalonia, Dutch, Norwegian, ,Portugese, Swedisch, and Spanish.

 

The official charsets: http://www.iana.org/assignments/character-sets

"If you're working on something new, then you are necessarily an amateur."

Link to comment
Share on other sites

It is about croatian language

I notice if i change charset code in admin/includes/languages/hrvatski.php(this mean croatian) to charset=iso-8859-2

newsletters work fine

but if i use charset=iso-8859-2

in includes/languages/hrvatski.php when new user login

they got mail without properly characters

The same thing happened with charset=windows-1250

Thanx

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...