Announcement
Collapse
No announcement yet.
Search Result
Collapse
5 results in 0.0045 seconds.
Keywords
Members
Tags
-
Unicode characters stored in database as &#N; causes massive fulltext index bloat
Hello,
Because our vB 3.8.7 board stores utf-8 characters as numeric character references in the database, every single unicode character is considered a "word" by MyISAM. This...Last edited by Robly; Wed 20 Apr '11, 7:59am. -
Problems converting forum to UTF8 (all text gone)
I am trying to convert my forum to UTF8.
- My database is set to UTF-8
Code:ALTER DATABASE `db_name` CHARACTER SET utf8;
- My tables are set to collate utf8_unicode_ci
- I have changed the language
- My database is set to UTF-8
-
UTF8 Problems
Hi,
I installed my vB forums to a UTF8 database and everything was working fine.
Recently though, members noticed that the 'à' character would not show, though other unicode...