geier / pycarddav

DEPRECATED - use vdirsyncer & khard -- easy to use CLI CardDAV client
http://lostpackets.de/pycarddav
MIT License
98 stars 35 forks source link

Special characters matching #52

Closed jorgelzpz closed 11 years ago

jorgelzpz commented 11 years ago

First of all, I think this is a really great piece of software, thank you for pycarddav!

I've been doing some tests with some of my vCards, but I'm having some issues with special characters (such as accented vowels). pc_query doesn't seem to be able to find any entries if I use any special character. Let me show you an example:

$ pc_query bel
searching for bel...

Name: Belén
EMAIL (INTERNET, HOME): [...]

$ pc_query Belén
searching for Belén...

$

I'm using pycarddav 0.4.1. Let me know if you need more details about the environment.

geier commented 11 years ago

I thought I had that fixed… I'll have a look at it on the weekend

geier commented 11 years ago

this bug should now be fixed in branch 'develop', please let me now if you still see this behaviour

jorgelzpz commented 11 years ago

Seems fixed for me, thank you!