Bug #90
Plugin doesn't handle UTF-8 nicknames well
| Status: | Resolved | Start: | 06/19/2008 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | Shane Froebel | % Done: | 100% |
|
| Category: | Game Plugin | |||
| Target version: | 1.2.1 | |||
Description
As you can see UTF-8 nicknames mess up in the database. I think this is going wrong in the plugin, you probably have to send this query after connecting to the database:
SET NAMES "UTF8"
Associated revisions
Changes Made:
- Fixed - Bug in DEVELOPER_MODE/DEBUG with _smarty_console and popup blocker causing script error
- Fixed - Bug with Daylight Savings Time returning incorrect offset during summertime on Webpanel Settings
- Fixed - Bug when clicking Ban Management on web permissions not checking all items in Ban Management Group (added overloaded params to JavaScript:UpdateCheckBox)
- Fixed - Bug on install when no config file is found and directory is writeable
- Fixed - Bug not saving changes to Mod in edit mode
- Fixed - Bug not always returning the right Steam Community ID
- Fixed Bug
#90- UTF-8 nicknames aren't handled well - Added - Import Bans (thanks Peace-Maker)
- Added - KickIt Feature (thanks Peace-Maker)
- Added - Public Export Bans option
- Added - Ban Reason Selection to match in-game
- Added - Additional Ban/Hacking Reasons to web and game plugin
- Added Feature
#171- Option under panel settings to disable popup on log and use link - Added Feature
#68- Notify options under admins and groups - Added Feature
#180- Enable/Disable Mods
- KickIt feature disabled in sb-callback.php until future testing and fixes can be applied
History
Updated by Erik Minekus 199 days ago
I only know about MySQL. When I look at the names in SourceBans or phpMyAdmin, the UTF-8 characters are messed up.
Updated by Olly Ginger 170 days ago
- Target version changed from 1.1.1 to 1.2.1
Updated by Erik Minekus 160 days ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Fixed in r105