While copying and pasting text into a forum topic, every time there is a new paragraph or tick mark, it is replaced with a special character (looks like the letter "a" with a carrot on top of it). I've even tried to copy it to a straight text file and then copy it back out so there's no special characters and it stays. In fact, when I edit the post by hand and replace the special "a" character with a tick mark, wpForo replaces my tick mark with a second special "a" character (Â). Why is it doing this and how can we use tick marks? (for example: can't would be replaced with "canÂt")
you transfer HTML formatting when copying and pasting, this formatting is also retained when editing
look at the source code
Example from your post here
(for example: can't would be replaced with "canÂt")
looks like this
(for example: can't would be replaced with "can<span style="color: #000000;font-family: Calibri, sans-serif;font-size: 14.666666984558105px;font-style: normal;font-weight: normal;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;text-decoration: none;float: none">Ât</span>")
you transfer HTML formatting when copying and pasting
OK, this doesn't seem right. You are right in that I did copy and paste text from a browser but the same thing is happening whenever I copy and pate from Word, or even a plain text editor that I wrote a simple test out. As an example, on a mac, I opened Texteditor and typed the following by hand (no copy and paste):
This isn't a test "but this is"
and then I copied and pasted it into the wpForo editor, it showed the attached image (see attachment)
This can't be right. There are too many people copying and pasting from other sources to enter into the forum and this can't interpret symbols as special characters every time there's a copy and paste. This will break our entire use-case to deploy wpforo
And you database? Should be utf8mb_unicode_ci