Bug .. Apostrophe in helpcase?

Calling this a bug although it is probably expected functionality - but I thought maybe the scriptcase guys could do something about it. If I use an apostrophe in my helpcase manual it breaks the search functionality.

I found this online:
$text = addslashes($_POST[‘text’]); And - that works - if I put it into the source code. But I thought the whole purpose of tinymce is to have a wysiwg editor.

confused by helpcase.

It’s a character encoding problem in tinymce … I would think that could be fixed in the ‘generation’ routine.
http://archive.tinymce.com/forum/viewtopic.php?id=7328

Bump … there’s got to be an answer to this … some setting that I need to set on the server perhaps? It is difficult to type ‘it is’ rather than “it’s” or “does not” instead of “doesn’t”.

You may have already come to the same conclusion - this is an old post - but I’ve been running into this same issue and came up with a satisfactory solution. I did a Find/Replace in each of my documents in the helpcase application, replacing each single quotation with an apostrophe and it fixed the broken Search function. On Mac, I used Option+Shift+] to generate the apostrophe character. And for quotations, I used the double quotes. This enabled my content to be correct and the search worked.