GNOME Keyring uses a specific escape logic for non alphanumeric
characters in collection names. Due to this, collections with names
containing such characters (e.g. whitespace, underscores) cannot be
found using this library (string comparison fails).
This patch implements the GNOME Keyring escape logic and uses it when
searching for the desired collection.
GNOME Keyring uses a specific escape logic for non alphanumeric characters in collection names. Due to this, collections with names containing such characters (e.g. whitespace, underscores) cannot be found using this library (string comparison fails).
This patch implements the GNOME Keyring escape logic and uses it when searching for the desired collection.