I canot use French caracters (é è Ã* ù ç) on TAGS, and Statics pages use ...
only ---> e a u c
Bug ?
I canot use French caracters (é è Ã* ù ç) on TAGS, and Statics pages use ...
only ---> e a u c
Bug ?
I have the same probleme (J'ai le meme probleme)
I don't why?
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
Follow the instruction bellow.
Suivez les instructions ci-dessous.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
Works good for me.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
Fonctionne bien pour moi.
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
haha :) No problem, its always a pleasure to help someone :wink:Originally Posted by Publicite_Sexe
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)
No, I can't use spanish characters in the comments with this fix :(
This script can be UTF-8 compatible?
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
In Spanish "AddDefaultCharset latin1" not works. Use this below instead:
AddDefaultCharset ISO-8859-1
Bookmarks