Jump to content
TNG Community

Accent problem on TNG 14 in the front side


fadace

Recommended Posts

Hi,

I already read this topic.

My Database is using utf8_general_ci

My tng on version 8 used ISO-8859-1 and ran fine

On version 14, the accent are not correct, using any parameter value

TNG FRENCH-UTF8 + UTF8 => é = é
TNG FRENCH + UTF8 => é = é
TNG FRENCH + ISO-8859-1 => é = é
TNG FRENCH + ISO-8859-2 => é = é
TNG FRENCH-UTF8 + ISO-8859-1 => é = é

Fortunately, my data are correct into Mysql, but what can I do into TNG to solve this issue ?

Link to comment
Share on other sites

theKiwi

What is the collation of the database and its tables?

Go to your cPanel ------> phpMyAdmin ------> your database ------> and look through the tables to look at the collation of the database and its columns.

They all need to be utf8_general_ci

Also you can only use a single choice of either xxx-UTF8 or xxxx-ISO-8859-1 on a site - it just won't work to try to have your site showing some languages in -UTF8 and others in -ISO-8859-1

What is the URL to a page on your site showing the problem?

Roger

Link to comment
Share on other sites

Ken Roy
2 hours ago, fadace said:

My tng on version 8 used ISO-8859-1 and ran fine

If you upgraded from TNG v8 using ISO-8859-1, you likely need to convert the content of your database to UTF-8 encoding. 

Changing to UTF-8 might still work

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