mangstadt / ez-vcard

A vCard parser library for Java
Other
398 stars 92 forks source link

IMPP: case-insensitive comparison of schemes #123

Closed rfc2822 closed 2 years ago

rfc2822 commented 2 years ago

I suggest to perform case-insensitive comparision of schemes in Impp.isProtocol, so that not only IMPP:icq:123456 would be recognized by isProtocol("icq") and isIcq() but also IMPP:ICQ:123456.

mangstadt commented 2 years ago

Thanks for catching that. Don't know what I was thinking. facepalm

8736e48518dce0e9d3e9781c31dc5a12d434a664