30-Sep-2011, 09:17 PM
This is the community forum. For a developer response use the Client Area.
30-Sep-2011, 09:21 PM
(30-Sep-2011, 02:19 AM)utaka Wrote: Hi!
What is your
・PHP Version
・Mysql Version
・the character code of Mysql.
Ex. mysql> SHOW VARIABLES LIKE 'char%';
Yet,Nothing is written. Bye..
php 5.0
mysql 5.0
character code:
character_set_client utf8
character_set_connection utf8
character_set_database utf8
character_set_filesystem binary
character_set_results utf8
character_set_server latin1
character_set_system utf8
01-Oct-2011, 11:50 AM
It's a shame that I'm in hospital and can't look into this properly for you. I will once I'm out but I understand if you can't wait and choose to go with the other script. I found it interesting how it was mentioned earlier in the thread that htmLawed could be the problem. This is a possibility I suppose. If you want to test this for yourself you would need to open comments/includes/app/processor.php, search for the word "purify", and remove that line of code.
01-Oct-2011, 04:20 PM
i removed the line with purify in it in the processor.php. but it don´t works. ok i´m sorry that you are in hospital. so my site goes online on the 27.oct.2011. maybe we can solve the problem until this date?! we will see.
02-Oct-2011, 08:29 PM
I'm glad to give you the solution. I think it'll be radical in most cases.
Go to comments/includes/functions/page.php and change line 202:
$entry = htmlentities($entry, ENT_NOQUOTES, 'UTF-8'); ---> $entry = htmlentities($entry, ENT_NOQUOTES, 'YOUR-LANGUAGE-CODE');
That's all!
Thank you very much to everyone for your help.
Go to comments/includes/functions/page.php and change line 202:
$entry = htmlentities($entry, ENT_NOQUOTES, 'UTF-8'); ---> $entry = htmlentities($entry, ENT_NOQUOTES, 'YOUR-LANGUAGE-CODE');
That's all!
Thank you very much to everyone for your help.
02-Oct-2011, 11:48 PM
Super, thats solve the problem! You are a genius !
thanks very much!!!!
thanks very much!!!!
03-Oct-2011, 04:05 AM
Thank you ichole, but this time my secret (not usual for me) was only patience.
Enjoy!
Enjoy!
12-Oct-2011, 12:41 PM
Hi!
I have tested franco66 solution but it don't work for me
I can't change the charset in the head of my page because if i do so (iso-8859-1 -> UTF-8), commentics works well but the other part of my page has characters problems, and the W3C validator can't read my page.
Any idea?
This scripts is perfect for me, many thanks to his author. There is just this problem that makes me sad ( )
I have tested franco66 solution but it don't work for me
I can't change the charset in the head of my page because if i do so (iso-8859-1 -> UTF-8), commentics works well but the other part of my page has characters problems, and the W3C validator can't read my page.
Any idea?
This scripts is perfect for me, many thanks to his author. There is just this problem that makes me sad ( )
12-Oct-2011, 06:56 PM
Hi,
What character problems are you having with the other part of your page?
What character problems are you having with the other part of your page?
12-Oct-2011, 07:38 PM
Well, I tried the solution of post #17 and it works!
I have re-encoded the pages (utf-8 -> iso-8859-1) and it's ok.
Now I'll configure everything and I'll see if there is others problems with caracters.
My question was useless, sorry!
I have re-encoded the pages (utf-8 -> iso-8859-1) and it's ok.
Now I'll configure everything and I'll see if there is others problems with caracters.
My question was useless, sorry!
« Next Oldest | Next Newest »
Possibly Related Threads…
Thread / Author
Replies
Views
Last Post
Users browsing this thread: 6 Guest(s)