Hello I have a problem when it comes to that register new user in WordPress.
It can handle Swedish characters but “&” is shown as &. My blogg has the character: & in the blogg name so I need to get this to work…..
In the config.php I have the following settings
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
define ('WPLANG', 'sv_SE');
This is what the email confirmation look like when I create a new user in WordPress:
-------------
FW: [Vin & Gastronomi] Registrering av ny användare
From: WordPress [mailto:wordpress@v.se]
Sent: den 9 september 2008 19:11
To: w@.se
Subject: [Vin & Gastronomi] Registrering av ny användare
En ny användare har registrerat sig på din blogg Vin & Gastronomi:
--------------------------
I have the same problem with the plug-in Suibscribe2. But I have some Swedish characters in the title that I send in the mail it looks funny.
For example a title that looks like this in Swedish: avslöja vinförfalskningar look like this in the subscription mail alert: avslöja vinförfalskningar.
What can I do to fix this? Any Ideas?