Jump to content

Issue with Accents (new)


Junior

Recommended Posts

Hi, after set Config::Set('ACARS_LIVE_TIME', 2); in my app.config now im having issues with accents in every page of my website (local).

I already set my local.config and app.config to

# Page encoding options

Config::Set('PAGE_ENCODING', 'UTF-8');

Config::Set('DB_CHARSET_NAME', 'utf8');

I already set the layout.tpl

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

<head>

<meta http-equiv="content-type" content="text/html;charset=utf-8" />

<title><?php echo $page_title; ?></title>

I already set all my mysql tables to utf-8_bin

What else can I do ? ty

Link to comment
Share on other sites

It's easier to try and work out what's going on with a link...

Are the characters affected in your skin or database-backed content?

Are the characters correct in your database?

Did you change your database charset after it got filled with weird characters? If so they won't just fix themselves you need to enter them all again or perform a find/replace if possible.

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

Loading...
×
×
  • Create New...