Well i have a problem with Croatian letters,
They exist in menus and headlines, but not
in a content area..
I don't have any clue
1.3 "cuba" version and thinymc 2.4.1
Thank you
[Solved] Special charachters acting strange
[Solved] Special charachters acting strange
Last edited by surogat on Wed Jul 30, 2008 9:35 am, edited 1 time in total.
-
- Power Poster
- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
Re: Special charachters acting strange
Maybe try:
Instead of your current:
Code: Select all
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Code: Select all
<meta http-equiv="Content-Type" content="text/html; charset=utf-8 unicode" />
Take a penny, leave a penny.
Re: Special charachters acting strange
I did it but it wont work,
funny thing is that in a site map it works..
and this error showed up;
string(129) "Smarty error: [in content:content_en line 3]: syntax error: invalid attribute name: 'Pai?' (Smarty_Compiler.class.php, line 1547)"
Tnx anyway
funny thing is that in a site map it works..
and this error showed up;
string(129) "Smarty error: [in content:content_en line 3]: syntax error: invalid attribute name: 'Pai?' (Smarty_Compiler.class.php, line 1547)"
Tnx anyway
Re: Special charachters acting strange
Which version of MLE?
It's not a 1.3.X
Alby
It's not a 1.3.X
Your DB is full utf-8?surogat wrote: I did it but it wont work,
funny thing is that in a site map it works..
Have you tags in content?surogat wrote: and this error showed up;
string(129) "Smarty error: [in content:content_en line 3]: syntax error: invalid attribute name: 'Pai?' (Smarty_Compiler.class.php, line 1547)"
Alby
Re: Special charachters acting strange
Code: Select all
string(129) "Smarty error: [in content:content_en line 3]: syntax error: invalid attribute name: 'Pai?' (Smarty_Compiler.class.php, line 1547)"
This look like a smarty tag error.
Try to put the content inside {literal}
Example
Code: Select all
{literal}
<p>Content</p>
{/literal}
Also, try to disable tinymce, and save the page, I had some problems with tinymce, just try, and let us know.
Last edited by viebig on Fri Jun 27, 2008 5:53 pm, edited 1 time in total.
Re: Special charachters acting strange
No it wasn't. I just changed a field content inside fromYour DB is full utf-8?
cms_content_props table to utf8 unicode and it works.
So it was a solution, for now at least

I don't why but it happend after I've upgraded to 1.3 version,
actually after I did upgrade I've lost all of special characters,
german and croatian.. I guess i did it wrong.
I don't now, generally TinyMc acts fuuny in this version,
I will try to customize it. Whitout many questions i hope

Thank you very much