When using WYSIWYG Editor on text field, and generating odt templet
i get this:
æøå
and not:
æøå
Can anyone tel me how to fix!
i it on the odt.php? and utf-8??
When using WYSIWYG Editor on text field, and generating odt templet
i get this:
æøå
and not:
æøå
Can anyone tel me how to fix!
i it on the odt.php? and utf-8??
We have been looking at this problem. At the moment there is no solution for inserting HTML into ODT. you will need to disable the text editor if you’re going to insert fields into ODT otherwise you cannot guarantee you will not get HTML code. it’s not simple because the ODT format does not allow for the injection of HTML.
Regards
Paul
Thanks for answer!
To state this in a clear way, the WYSIWYG Editor is making those problems ä ö ü , so go to the menu and disable it. You will be still able to have a free text input for your invoices etc. ( tripped over that ) Thought I would lose the editor everywhere.
Yes! Thats what Im doing now! but then the text don’t lock so nice on the ODT template/Document when generated!
Only plan Text…
You still can make cool stuff in the odt template itself, colour of fonts and so on. Making text always underlined, I know it doesn’t comes near a WYSIWYG Editor. But at least it is something.
But yes WYSIWYG editor would be nice, but that is also a problem of mysql and postgre. Because there is the description writen in html into it. So as long as odt is not understanding html tags or there is no converter in between, we will have to life with it.
But well, bills are never cute, if you have to pay them.
There is another project where they seem to have similar problems and found a solution so it maybe possible some day. http://www.tinybutstrong.com/forum.php?thr=2950 it is also php html-> odt over a template. So TinyButStrong is a way to do that and it is LGPL. Regards,
Sebastian