encoding problem
Permalink 1 user found helpful
finally i'm ready with my first c5 site, i'm from hungary and i got some problem possible with tinymce cleanup.. or mysql .. i don't know..
i got a test site where i already disabled cleanup option in tinymce js.. so when someone edits a text content it is nice in the source as well..
but when i uploaded all this test site on the main website ..so everything is the same basically.. no matter that the cleanup is disabled i still get problematic encoding in the source
eg..eacute uuml ..etc.. old kind of coding
i wonder if there is a problem with the mysql on this site maybe..?! or why is it different from the other site?
if anyone knows a solution please help..because it would be great if i'd be able to make the site seo friendly..
examples:
at the test site>
http://mailgate.nlq.hu/fecsx/dp/...
in main text source "Fordítás"
at the main site unfortunately>
http://www.dorpat.hu/
in main text source "Fordítás"
And when i want to edit the content.. for the special characters which should be perfectly good with utf8.. when i try to edit the contect block html source..to eg üö..and update it.. it jumps back right away to the ouml uuml versions..
Thank you!!!
i got a test site where i already disabled cleanup option in tinymce js.. so when someone edits a text content it is nice in the source as well..
but when i uploaded all this test site on the main website ..so everything is the same basically.. no matter that the cleanup is disabled i still get problematic encoding in the source
eg..eacute uuml ..etc.. old kind of coding
i wonder if there is a problem with the mysql on this site maybe..?! or why is it different from the other site?
if anyone knows a solution please help..because it would be great if i'd be able to make the site seo friendly..
examples:
at the test site>
http://mailgate.nlq.hu/fecsx/dp/...
in main text source "Fordítás"
<p><font style="font-size: xx-large;" mce_style="font-size: xx-large;" size="7">Fordítás</font></p>
at the main site unfortunately>
http://www.dorpat.hu/
in main text source "Fordítás"
<p><span style="font-size: xx-large;">Fordítás</span></p>
And when i want to edit the content.. for the special characters which should be perfectly good with utf8.. when i try to edit the contect block html source..to eg üö..and update it.. it jumps back right away to the ouml uuml versions..
Thank you!!!
you are fast:) thanks!
no
i used a more neander like cleanup:0, instead of cleanup:1
where do I find the entities:raw option? should i edit in the content toolbars/custom somehow?
or should i just write "raw"
in tinymce js where there is the long rows of asciicoding for the special chars? .. i'll try that now
no
i used a more neander like cleanup:0, instead of cleanup:1
where do I find the entities:raw option? should i edit in the content toolbars/custom somehow?
or should i just write "raw"
in tinymce js where there is the long rows of asciicoding for the special chars? .. i'll try that now
i wrote entities : 'raw' both in tinymce and tinymce src js .. but it wasn't enough:/
i still get the uumls in the source
i'll try entity encoding to raw as well..
i still get the uumls in the source
i'll try entity encoding to raw as well..
this works fine for me on a few sites..
are you aware that you have to "re-enter" the content?
are you aware that you have to "re-enter" the content?
thank you, ill try to play with makeing raw of everything.. ..and have it working somehow:)
re entering is fine.. i m trying that aswell..
Thanks for the advice!
re entering is fine.. i m trying that aswell..
Thanks for the advice!
it works:)
in the js i put everiting to raw entities and raw entity encoding and now it works with the content toolbar/custom if i put entities:raw there as well..tadaaa:)
and i didn't even had to reenter the content after that..only go to html click update..gg
thanks!
in the js i put everiting to raw entities and raw entity encoding and now it works with the content toolbar/custom if i put entities:raw there as well..tadaaa:)
and i didn't even had to reenter the content after that..only go to html click update..gg
thanks!
I use greek language on my site and realised that all greek text was html entities.
I changed
entity_encoding:"raw" in /concrete/js/tiny_mce/tiny_mce.js
entity_encoding:"raw" in /concrete/js/tiny_mce_309/tiny_mce.js
entity_encoding:"raw" in /concrete/js/tiny_mce/tiny_mce_src.js
entity_encoding:"raw" in /concrete/js/tiny_mce_309/tiny_mce_src.js
but i dont know what do you mean by "re-entering" the content.
can you be more specific?
What to change on what file?
I tried to copy-paste text but it still came up as entities...
--edit--
i added entity_encoding:"raw", in the first few rows inside blocks/content/editor_config.php
my previous error was that i added entity_encoding:"raw" without the comma and it gave me an error so i removed that change.
needed its comma!
Working Now
I changed
entity_encoding:"raw" in /concrete/js/tiny_mce/tiny_mce.js
entity_encoding:"raw" in /concrete/js/tiny_mce_309/tiny_mce.js
entity_encoding:"raw" in /concrete/js/tiny_mce/tiny_mce_src.js
entity_encoding:"raw" in /concrete/js/tiny_mce_309/tiny_mce_src.js
but i dont know what do you mean by "re-entering" the content.
can you be more specific?
What to change on what file?
I tried to copy-paste text but it still came up as entities...
--edit--
i added entity_encoding:"raw", in the first few rows inside blocks/content/editor_config.php
my previous error was that i added entity_encoding:"raw" without the comma and it gave me an error so i removed that change.
needed its comma!
Working Now
Thanks! Ευχαριστώ!
if you check the source of the above you will see that all the greek chars are converted into html
entities: "raw"
?