Results 1 to 10 of 10

Thread: French caracters é è Ã* ù ç

  1. #1
    Join Date
    Jul 2007
    Posts
    20

    Default French caracters é è Ã* ù ç

    I canot use French caracters (é è Ã* ù ç) on TAGS, and Statics pages use ...

    only ---> e a u c

    Bug ?

  2. #2
    Join Date
    Aug 2007
    Posts
    3

    Default

    I have the same probleme (J'ai le meme probleme)

    I don't why?

  3. #3
    Join Date
    Jun 2007
    Location
    Belgium
    Posts
    20

    Default

    Hi, Yes ...

    I have tryed too to modify this bug without success.

    Personnaly, I don't understant where is the problem ?

    The only one solution is to edit all textual contents and modify that with the "charset=iso-8859-1" like : é = é

    Regards,
    Georges

    - - - - -

    Salut, exact ...

    J'ai aussi essayé de modifier cette erreur sans succès.

    Personnellement, je comprend pas d'où vient le problème ?

    La seule solution est d'éditer tous les textes et de les modifier avec l'encodage "charset=iso-8859-1" tel que : é = é

    Cordialement,
    Georges
    Caractères Francophones
    The script updated in French - Adult porn website !
    http://www.videos-x-live.com/banner/120x60.gif

  4. #4
    Join Date
    Jul 2007
    Posts
    115

    Default

    Follow the instruction bellow.

    In your .htaccess file,

    Look for line:
    RewriteRule ^([^/\.]+)?/?$ user.php?username=$1 [L,QSA]
    (Last 'RewriteRule' line)

    Under that line, add the following code:
    AddDefaultCharset latin-1
    Suivez les instructions ci-dessous.

    Dans votre fichier .htaccess,

    Cherchez la ligne:
    RewriteRule ^([^/\.]+)?/?$ user.php?username=$1 [L,QSA]
    (Dernière ligne 'RewriteRule')

    En dessous de cette ligne, ajoutez le code suivant:
    AddDefaultCharset latin-1
    Works good for me.
    Fonctionne bien pour moi.

  5. #5
    Join Date
    Jun 2007
    Location
    Belgium
    Posts
    20

    Default

    Hello karlmay,

    Thank you soo much for this tip, it's very simple ... :oops: Why I did'nt think to that before ...

    Regards,
    Georges
    Caractères Francophones
    The script updated in French - Adult porn website !
    http://www.videos-x-live.com/banner/120x60.gif

  6. #6
    Join Date
    Jul 2007
    Posts
    115

    Default

    Quote Originally Posted by Publicite_Sexe
    Hello karlmay,

    Thank you soo much for this tip, it's very simple ... :oops: Why I did'nt think to that before ...

    Regards,
    Georges
    haha :) No problem, its always a pleasure to help someone :wink:

  7. #7

    Default Re: French caracters é è Ã* ù ç

    I guess you still can't use French characters in comments. Are there any solutions for this problem?
    (In the future I need to use Estonian characters öäõü in my portal)

  8. #8

    Default Re: French caracters é è Ã* ù ç

    No, I can't use spanish characters in the comments with this fix :(
    This script can be UTF-8 compatible?

  9. #9
    Join Date
    Feb 2008
    Posts
    1

    Default Re: French caracters é è Ã* ù ç / brasilian characters

    Please look at this
    Can resolve our problem with characters ( Ç , ^ ~ ´ ` ¨ )
    I found this system on the net….but I don’t know if working



    Toll konwert
    script to Konqueror (KDE) - ToUTF-8, kde-apps.org,
    Requeremets Linux / KDE / Konqueror / recode

    Convertion charset to UTF-8
    caracteres encoding like ISO-8859-1, UTF-8, etc.
    script to linux verify encodings files
    another that converter to UTF-8.
    Need konwert.
    He uses option any/pt/all-test to discovery encodings

    Script 1 - verify encoding
    #!/bin/sh

    if [ $# -lt 1 ] ; then
    echo ""
    echo " file dir .java "
    exit 1
    fi

    find $1 -name \*.java -exec file {} \; | egrep -v 'ASCII|UTF' | while read s; do
    ff=`echo $s | awk -F ':' '{print $1}'`;
    file $ff;
    echo " charset "; konwert any/pt/all-test $ff;
    done

    Script 2 – Convertion to UTF-8
    #!/bin/sh

    if [ $# -lt 1 ] ; then
    echo ""
    echo " file dir to convert .java to UTF-8"
    exit 1
    fi

    find . -name \*.java -exec file {} \; | grep 8859 | while read s; do
    ff=`echo $s | awk -F ':' '{print $1}'`;
    konwert cp1252-utf8 -O $ff;
    done

  10. #10
    Join Date
    May 2008
    Posts
    6

    Default Re: French caracters é è Ã* ù ç

    In Spanish "AddDefaultCharset latin1" not works. Use this below instead:
    AddDefaultCharset ISO-8859-1

Similar Threads

  1. Entraide en Français - French help
    By Dax in forum General Discussions
    Replies: 4
    Last Post: 12-21-2008, 07:27 PM
  2. Typographic problem with french text
    By mobypod in forum General Discussions
    Replies: 5
    Last Post: 10-08-2008, 12:38 PM
  3. French version?
    By pacman in forum Installation Support
    Replies: 1
    Last Post: 03-31-2008, 05:57 AM
  4. French caracters
    By winkler in forum Feature Requests
    Replies: 0
    Last Post: 07-28-2007, 01:21 PM
  5. Videos-X-Live.com | French Script
    By Publicite_Sexe in forum Showcase Your Site
    Replies: 1
    Last Post: 07-09-2007, 09:14 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •