Actions
Bug #1358
closedUserlist simple search any latin characters not working properly
Description
When using simple search "any" on userslists and searching with a latin character it is converting to ?. Possibly being strtolower? Simple search "is" and advanced search both function perfectly fine.
Files
Updated by krileon almost 15 years ago
- Subject changed from Userlist simple search any UTF8 characters not working properly to Userlist simple search any latin characters not working properly
Updated by beat almost 15 years ago
- Target version set to CB 1.2.2
- Estimated time set to 1:00 h
krileon wrote:
When using simple search "any" on userslists and searching with a latin character it is converting to ?. Possibly being strtolower? Simple search "is" and advanced search both function perfectly fine.
Updated by krileon almost 15 years ago
- File 1358.patch 1358.patch added
- Status changed from New to Assigned
- Assignee set to beat
- % Done changed from 0 to 80
Changed regex to be UTF-8/Unicode compliant
Updated by beat almost 15 years ago
- Status changed from Assigned to Closed
- % Done changed from 80 to 100
Fixed as suggested in r881 , but testing if we are in UTF-8 mode for the change:
if ( $_CB_framework->outputCharset() == 'UTF-8' ) {
Actions