-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with encoding and vb version #5
Comments
I remember characters encoding was a nightmare. There's the vb/phpBB encoding + the database encoding and they can all be different. I can certainly do a quick fix for the version number. In the file |
The line was commented: // $config['Mysqli']['charset'] = 'utf8'; Since im not using latin no more, I'll uncomment and test again, since I converted the collation to utf8_bin to be the same as phpbb Just so anyone comes by... It should be $config['Mysqli']['charset'] = 'utf-8'; orelse it will give an error: "Unknown encoding: utf8" PS: I'll let you know if this works. |
Didnt worked... :/ Still with bad chars I'll try to iconv the database |
Hi there, I am having trouble with hebrew language: משחקי הנוסטלגיה לא פועלים כעת. אנא חזור בשלב מאוחר יותר.
There is some encoding problem, after conversion I get something like æëøåðé äí îâéòéí ìî÷åí àçø åîåôéòéí áå åàæ
I've vb 3.6.12. The collation at vb was latin_swedish_1, tried to convert, but with problems. I changed to utf8_bin, problem persists.
I tried to remove all vb_set_encoding_from_source, the converter runned better without it, but problem persisted.
And the vb_version doesnt seem to work with 3.6.12 since it removes the dots and makes 3612 that is bigger then 370
The text was updated successfully, but these errors were encountered: