On Sun, 08 Jul 2012 11:44:36 -0700, Quanah Gibson-Mount quanah@zimbra.com wrote:
Alternatively, you could try adding multiple values pairs, like
givenName: Francois givenName;fr: François
That should be "givenName;lang-fr: François", as per RFC 3866.
"lang-*" is defined as a tagging option, which implies that attr;lang-foo is a subtype of attr. Thus a search for (attr=bar) will also find attr;lang-foo: bar.
Hallvard