Hi,
I have been playing with this lib for a while and it relly works for me, I added some functionality like senders name, and possibility to get filename, mac and file size right after first put packet, and wrote functions Deny() and Allow() to control the response. My problem si that when I send a file called e.g. "Země.thm" obex parser throws an exception:
WebHeaderCollection.Add() msg: Specified value has invalid Control characters.\r\nParameter name: value
The character "ě" does that, and there are more in czech lang. "Příliš žluťoučký kůň pěl ďábelské ódy" is a legal sentence ;-)
And my question is, how to receive unicode names using obex parser?
PS: Mobile phones seem to deal with those names quite well...
Thx! Karel