FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » problems with french - charset issue?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: problems with french - charset issue? [message #12010 is a reply to message #12008] Thu, 24 July 2003 19:46 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
FUDforum does not offer this functionality because it would result in a depenecy on iconv extension that is rarely avalaible. Fortunately implementing iconv is very easy so if you have the extension it is simply a matter of adding something like this:
<?php
$text
= iconv("UTF-8", "ISO-8859-15", $text);
?>

inside the import script.


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: showing only one category at a time
Next Topic: Tips on finding out users' identities
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 23:00:45 GMT 2024

Total time taken to generate the page: 0.04676 seconds