Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Characters encodings, the UTF-8 conundrum
Horton
New
My forum is littered with Special characters that the users did not type. I think anytime I do a database restore is gets way worse. I see this thing  every where. Is there an easy fix or way to clean?
0
Comments
Ideas?
http://lussumo.com/docs/doku.php?id=vanilla:administrators:encodings
The character coding for MySQL tables is that utf-8 or something else? and what about for the MySQL fields?
There was an error rendering this rich post.
Threads that have been imported from V1 to V2 are full of them. If this is only a migration issue I guess I can over look it. It is on my list of things to understand before I make the jump to V2.
The issue only shows up in posts that have Tabs or multiple spaces or special charictors. This is not that common but it looks rookie when it happens.
The character encoding is the solution here, in my opinion.
The MySQL tables, are they on utf-8 or something else? (find it in your PHPMyAdmin)
Same goes for the fields in the discussion and comment tables :-)
There was an error rendering this rich post.
Beats me. Really not my biggest issue
After that I'll drop the issue if it's not a big deal to you :-)
There was an error rendering this rich post.
Don't get me wrong this is on my list of headaches. It is just not #1. See the other thread.