Re: French accents
News:
 
  • Home
  • Help
  • Search
  • Login
  • Register
Pages: [1]
  Print  
Author Topic: Re: French accents  (Read 13917 times)
Mick
Administrator
Hero Member
*****
Posts: 503



View Profile Email
« on: November 24, 2008, 11:23:09 PM »

Make sure your database is set to the proper mode, I think Latin.

You probably also need to set the language on the CMS backend.
Logged
Mick
Administrator
Hero Member
*****
Posts: 503



View Profile Email
« Reply #1 on: November 25, 2008, 08:39:29 AM »

So, just to make sure ... is it all working now?
Logged
Mick
Administrator
Hero Member
*****
Posts: 503



View Profile Email
« Reply #2 on: November 25, 2008, 11:03:21 AM »

OK --- At the beginning of your template you probably have something that looks like this:


Code:
  $iso = split( '=', _ISO );
  echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';

The change that I would suggest as a first attempt to repair this is to replace that code with the following:

Code:
  echo '<?xml version="1.0" encoding="ISO-8859-1"?' .'>';

Hopefully, that takes care of the issue
Logged
Mick
Administrator
Hero Member
*****
Posts: 503



View Profile Email
« Reply #3 on: November 25, 2008, 05:55:43 PM »

No, sorry --- the index.php
Logged
Mick
Administrator
Hero Member
*****
Posts: 503



View Profile Email
« Reply #4 on: November 25, 2008, 11:20:36 PM »

Try changing this:

Code:

?>

<!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">

To this:

Code:
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?xml version="1.0" encoding="ISO-8859-1"?>
<html xmlns="http://www.w3.org/1999/xhtml">

Logged
Pages: [1]
  Print  
 
Jump to:  

Main Menu
Home
Forum
MH2 Projects
MH2 Downloads
Donate to MH2
Link to MH2
MH2 Member Directory
MH2 Login
Welcome, Guest. Please login or register.
Did you miss your activation email?
February 04, 2012, 07:14:50 PM
Username: Password:
Login with username, password and session length

Forgot your password?
MH2 Releases
Nov.10
Downloads
FileFull Source - Members Directory
Nov.10
Downloads
FileFull Source - MH2 Shoutbox
Nov.10
Downloads
FileFull Source - MH2 Teamspeak
Nov.10
Downloads
FileFull Source - MH2 Ventrilo
Nov.10
Downloads
FileFull Source - MH2 Treasury