lucc / khard

Console vcard client
https://khard.readthedocs.io/en/latest/
GNU General Public License v3.0
595 stars 66 forks source link

Support for SORT-AS param of N property #291

Closed sciurius closed 3 years ago

sciurius commented 3 years ago

These changes implement the VCARD SORT-AS parameter to the N attribute, according to https://datatracker.ietf.org/doc/html/rfc6350#page-21 and as discussed in https://github.com/scheibler/khard/issues/290.

Since I'm not familiar with the python test framework and I could not find any sorting tests to clone from I didn't add test cases.