Ticket #35 (assigned task)

Opened 18 months ago

Last modified 4 months ago

Filter with unicode strings

Reported by: baris Owned by: artem
Priority: normal Milestone: 1.0.0
Component: Boost.Python Binding Version: SVN Trunk
Severity: Normal Keywords: filter,unicode
Cc: Patch Needs Improvement: no
Needs Docmentation: no Has Patch?: no
Design Decision Needed: no

Description

if we try to make filter with a unicode string;

arule = Rule()

arule.filter = Filter("[road_type] = 'işlek'")

problem: no debug message but no filtering


arule = Rule()
arule.filter = Filter("[road_type] = 'i\351lek'")

problem: no debug message but no filtering


arule = Rule()
arule.filter = Filter("[road_type] = 'i\x15flek'")

problem : failed at := 'i\x15flek'

Change History

Changed 13 months ago by artem

  • owner changed from Artem to artem
  • status changed from new to assigned
  • milestone changed from 0.4.1 to 0.5.0

Changed 4 months ago by springmeyer

  • priority set to normal

Changed 4 months ago by springmeyer

  • has_patch unset
  • milestone changed from 0.5.0 to 1.0.0
  • patch_need_improvement unset
  • need_documentation unset
  • design_decision_needed unset
Note: See TracTickets for help on using tickets.