Community Support Forums — WordPress® ( Users Helping Users ) — 2011-10-19T22:11:52-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=15301 2011-10-19T22:11:52-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=48366#p48366 <![CDATA[Re: Strange symbols]]> In this particular instance, I am stumped. If anyone else has ideas, please let me know.

Statistics: Posted by Jason Caldwell — October 19th, 2011, 10:11 pm


]]>
2011-10-18T07:08:24-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=48257#p48257 <![CDATA[Re: Strange symbols]]>
We speak about the variable "%%full_name%%". This is not a charset problem because the problem is only for s2member. I have no problem with accents with my personal mail and others. I really think the problem is related to the variable. I do not copy and paste. In addition with "Hervé" or another word with an accent instead of the variable ("%%full_name%%") there is no problem.

Thank you for your help.

Statistics: Posted by le formateur — October 18th, 2011, 7:08 am


]]>
2011-10-12T16:18:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=46718#p46718 <![CDATA[Re: Strange symbols]]> =?UTF-8?Q?Herv=C3=A9?=
Why you are NOT? I'm not sure. You might check your text/code editor, be sure the file was created by an editor that supports UTF-8. Other than that, I'm a bit stumped right now, so sorry.

You might check your php.ini file and make sure you have default_charset = utf-8

Also, be sure that you don't have any plugins installed, which might be attempting to filter your blog_charset option in WordPress, which you've told me is set correctly to UTF-8. If another plugin makes attempts to change the blog_charset, it would definitely impact mbstring functionality.

All of that being said, my best guess at this point, is that the string being processed by WordPress/s2Member is NOT valid UTF-8, for whatever reason. Is it possible that you copied/pasted some of those é characters from an editor that was NOT using UTF-8? Or, are any of your on-site forms collecting data in a different charset perhaps?

Statistics: Posted by Jason Caldwell — October 12th, 2011, 4:18 pm


]]>
2011-10-12T15:59:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=46712#p46712 <![CDATA[Re: Strange symbols]]>
the test.php file : http://www.exo-video.com/test.php

Thank you for your help.

Statistics: Posted by le formateur — October 12th, 2011, 3:59 pm


]]>
2011-10-12T15:35:31-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=46710#p46710 <![CDATA[Re: Strange symbols]]>
Code:
<?php
error_reporting 
(-1);
ini_set ("display_errors", true);

mb_internal_encoding ("UTF-8");
echo mb_encode_mimeheader ("Hervé", "UTF-8", "Q");
?>

Statistics: Posted by Jason Caldwell — October 12th, 2011, 3:35 pm


]]>
2011-10-10T01:07:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=45233#p45233 <![CDATA[Re: Strange symbols]]>
my version of php : 5.2.17

more details here

thank you for your help.

Statistics: Posted by le formateur — October 10th, 2011, 1:07 am


]]>
2011-10-09T13:14:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=45197#p45197 <![CDATA[Re: Strange symbols]]> Thanks for the follow-up.

Hmm. Well, I think you should have Herv=C3=A9, that is the correct method of encoding the E9 character é. However, in your screenshot I see a mixture of =C3=A9 and =E9, which leads me to think that your original string is a mixture of character encodings ( i.e. not a valid UTF-8 string in its entirety ), and thus, PHP is choking on some of your é characters. Short of that, I suppose it could be a bug in PHP, what version of PHP are you running, and was it compiled with mbstring support?

To test this, create this file and open it in a browser please.
<?php phpinfo(); ?>

Also, what browser was used to enter the email body that you configured?
See: http://tyenki.com/thoughts/tag/character-encoding/

Statistics: Posted by Jason Caldwell — October 9th, 2011, 1:14 pm


]]>
2011-10-09T03:32:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=45191#p45191 <![CDATA[Re: Strange symbols]]>
ok here is the extract file :

Image


Thank you for your help.

Statistics: Posted by le formateur — October 9th, 2011, 3:32 am


]]>
2011-10-08T14:00:05-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=45126#p45126 <![CDATA[Re: Strange symbols]]> SNAG-0021.png

Statistics: Posted by Jason Caldwell — October 8th, 2011, 2:00 pm


]]>
2011-10-08T05:22:30-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=45104#p45104 <![CDATA[Re: Strange symbols]]>
I think I understood what you explain but I don't know where excatly I can find this file/raw.

Thank you for your help.

Statistics: Posted by le formateur — October 8th, 2011, 5:22 am


]]>
2011-10-07T11:43:21-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=45055#p45055 <![CDATA[Re: Strange symbols]]> Thanks for the follow-up.
Hmm, I'm a little stumped on this one. The only thing I can think of right now, is that it seems the strange character is appearing correctly in your email body, but not in the subject and recipient names/emails. The WordPress function wp_mail() is what s2Member uses, and this function relies upon the PHPMailer class. The PHPMailer class will encode headers ( i.e. recipients and subject line ) using the charset of your Blog ( UTF-8 ) like this: Subject: =?utf-8?B?zrXOu867zrfOvc65zrrOrA==?. If you look in the raw email that was sent, take a look for a line like this and post a sample for us please.

Statistics: Posted by Jason Caldwell — October 7th, 2011, 11:43 am


]]>
2011-10-02T01:49:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=42136#p42136 <![CDATA[Re: Strange symbols]]>

Statistics: Posted by le formateur — October 2nd, 2011, 1:49 am


]]>
2011-10-01T21:13:06-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=42114#p42114 <![CDATA[Re: Strange symbols]]> SNAG-0013.png

Statistics: Posted by Jason Caldwell — October 1st, 2011, 9:13 pm


]]>
2011-09-30T02:47:59-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=41970#p41970 <![CDATA[Re: Strange symbols]]>
Image

Statistics: Posted by le formateur — September 30th, 2011, 2:47 am


]]>
2011-09-28T03:46:56-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=41808#p41808 <![CDATA[Re: Strange symbols]]>
Thank you for your help.

Statistics: Posted by le formateur — September 28th, 2011, 3:46 am


]]>
2011-09-28T03:39:40-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=41803#p41803 <![CDATA[Re: Strange symbols]]> Statistics: Posted by Cristián Lávaque — September 28th, 2011, 3:39 am


]]>
2011-09-26T10:56:18-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=39208#p39208 <![CDATA[Re: Strange symbols]]>
Thank you for your help but I don't think you right because I have not this issue with the "New User Email Message". Perhaps is it a problem of character encoding in the source file or a problem of type text (plain text or html)...I don't know ?

Thank you for your help.

Statistics: Posted by le formateur — September 26th, 2011, 10:56 am


]]>
2011-09-26T10:41:54-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=39207#p39207 <![CDATA[Re: Strange symbols]]>
To resolve this issue you have to install a language symbol into your computer that has that symbol.
Hope this helps ;) .

P.D. Spanish has that symbol.

Statistics: Posted by Eduan — September 26th, 2011, 10:41 am


]]>
2011-09-26T10:10:51-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15301&p=39205#p39205 <![CDATA[Strange symbols]]>
I have strange symbols into the Signup Confirmation Email :

Image

I would like to see : Bonjour Hervé


Thank you for your help.

Statistics: Posted by le formateur — September 26th, 2011, 10:10 am


]]>