Ticket #35 (assigned task)
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
Note: See
TracTickets for help on using
tickets.
