Basically alt tag translation is NOT working for ALL languages that use special characters, jap, hebrew, korean etc.
Basically alt tag translation is NOT working for ALL languages that use special characters, jap, hebrew, korean etc.
What encoding are you using? utf8?
How to check my forum characterset?
1. Go to Admin CP->Languages & Phrases->Language Manager
2. Choose Edit Settings for your forum language and check value of HTML Character Set
Fixed, thanks!
Last edited by Snake; 25-08-10 at 16:11.
Thanks for confirmation Snake
good luck
One issue, now on my forum '£' show up as '�'.
This is because of the changed characterset to utf-8, how can i fix please?
Maybe msql find and replace query?
hmmm..
Now vBET is working perfect on your forum as I see and I can't help you, but I have a idea.
If you make a new post with £? it it working or not?
you can change your encoding type to utf-8 in your config file too.
this line:
This is not vBET issue and I can't fix vB file so please. If this is still not work - just write to vB support.PHP Code:
$config['Mysqli']['charset'] = 'utf8';
Thanks.
As I seen on your forum - solved.