Jump to content

[SOLVED] Session is not encoding my string properly


Recommended Posts

It seems like my sessions are not encoding my string properly. I can't seem to remember needing to set the encoding or charset or whatever.

 

Here's my code.

 

$sString = 'television’s';
$_SESSION['badstring'] = $sString;
echo $_SESSION['badstring'];

// Prints televisionÕs

 

Note the typographer's quote mark after the word 'television'.

 

It prints televisionÕs instead of television’s

 

Any ideas how to solve this?

I do not know if the pages Content-Language is set to something else maybe that affects it?

 

Check your phpinfo and if anything weird is going on with the language. Or maybe it is giving out garbled junk with sessions cause the session files are being trashed?

 

But yea, check your configurations etc.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.