Jump to content

Charset problem


Guest Tomppa

Recommended Posts

Guest Tomppa

Hello!

I translated Cubecart 3.0 in Finnish, but now all letters ö,ä, and å dont"t show correct.

Confic.inc.php i have next info

<?php

$langName = "Finnish";

$charsetIso = "iso-8859-1";

?>

I try that three different computers and explorer, firefox and netscape, all coming same broblem.

What help that? I think problem is browser don"t want chance charset that iso-8859-1 mode, because if i manual chance that browser chraset code in ISO then everything is correct, but when i go next page, everything is again wrong.

Link to comment
Share on other sites

Guest Tomppa

I fix that, i set next code in confic.inc.php file and now everything look right.

header('Content-Type: text/html; charset=iso-8859-1');

Link to comment
Share on other sites

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.   Paste as plain text instead

  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...