UseBB Community

The official board for UseBB help and discussion

UseBB Community » Bug Reports » [INVALID] Problems with cyrrylic, or may non english, characters

[INVALID] Problems with cyrrylic, or may non english, characters

Page: 1

Author Post
Member
Registered: Aug 2005
Posts: 15
Location: Ukraine
So... I have:

UseBB 1.0 RC2
Apache 2.0.55
PHP 4.4.2
MySQL 4.1.15-nt
Windows XP SP 2


When I post new reply, including cyrrilic symbols (charset 'windows-1251'), the posted message doesn't contain cyrrilic symbol... All english symbols are posted (added to database) success...

So i think, that need execute SQL query, such as 'SET CHARACTER SET `cp1251`' or 'SET NAMES `cp1251`', all time when we connect to MySQL 4.1 or higher, and when use non english characters, and don't use MySQLi extension...

Or may you know another solution... :roll:
_______________
Sorry for my bad english (((
« Last edit by Dietrich on Sat Jul 01, 2006 6:32 pm. »
Member
Registered: Apr 2006
Posts: 57
Location: Athens, Greece
I don't know about the specific problem, but you should update you version to 1.0 RC3. If I remember well another similar issue had been solved (with a non-english charset) with that update. But Im not sure for that..
Developer
Registered: Apr 2004
Posts: 2224
Location: Belgium
Do you use a custom language with the right encoding?

If the problem is solved by not using mysqli, then it is a database driver problem. MySQL 4.1 indeed has encoding options for tables but UseBB must work on MySQL 3 too.

I don't see any other solution.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Developer
Registered: Apr 2004
Posts: 2224
Location: Belgium
As stated in this bug report, you should change your database's collation.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog

Page: 1

UseBB Community » Bug Reports » [INVALID] Problems with cyrrylic, or may non english, characters

UseBB Community is powered by UseBB 1 Forum Software