You are not logged in.
Pages: 1
Hi
I noticed that when I write quotes or double quotes in normal mode, they are a little bit more curled than when I write them in html mode.
In fact, when I write, for example, a single quote in normal mode, saving and then re-setting the editor content gives me a strange character that doesn't look like a single quote at all, it's more like a capital T, but layed down to the left.
And I get a rectangle for double quotes that were written in normal mode.
If I write any of them in HTML mode, than it's all OK, setEditorContent gives Xinha the correct quotes.
Could anyone please help me understand what I have to do to have good single quotes and double quotes also when they're written in normal mode?
Thank you!
Alexandra.
Offline
Try setting sevenBitClean in your config to true, probably that will help.
If not,
Are you using any plugins, specifically "SmartReplace" comes to mind.
Are you able to post a couple of screenshots?
Are you "UTF-8" clean, that is, the HTML that Xinha produces is (should be) utf-8, possibly with multi-byte characters, so if you are storing (or retrieving, or using) this in a way that could break the multibyte characters then you could see something roughly like that (usually, unknown characters are shown as a rectangle). Switching on the 7BitClean setting should in theory avoid any problem with this, at the expense of a few more bytes and slightly less readable HTML.
James Sleeman
Offline
Hi Gogo
Thank you for replying. Here is a screenshot of what I had:
http://docs.google.com/View?id=dfmmvbz2_78hsfzk4d5
I set the sevenBitClean to true.
I was using the plugins that were in the config file from the examples and indeed, smart replace was there.
After eliminating smart replace, the curly quotes and double quotes aren't curly anymore, they save and retrieve correctly and I don't have any more problems with them.
Thank you so much for helping me!
Alexandra.
Offline
Pages: 1