Project

General

Profile

Actions

Bug #1358

closed

Userlist simple search any latin characters not working properly

Added by krileon over 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
31 December 2009
Due date:
% Done:

100%

Estimated time:
1:00 h

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.

http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/id,119022/catid,100/limit,6/limitstart,6/


Files

1358.patch (731 Bytes) 1358.patch krileon, 04 February 2010 16:29
Actions #1

Updated by krileon over 14 years ago

  • Subject changed from Userlist simple search any UTF8 characters not working properly to Userlist simple search any latin characters not working properly
Actions #2

Updated by beat about 14 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.

http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/id,119022/catid,100/limit,6/limitstart,6/

Actions #3

Updated by krileon about 14 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

Actions #4

Updated by beat about 14 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

Also available in: Atom PDF