ServiceRecord Question
ServiceRecord Question
- Subject: ServiceRecord Question
- From: Moritz Gmelin <email@hidden>
- Date: Fri, 10 Dec 2004 23:11:23 +0100
Hi,
If a service name has an Umlaut äöü in it. Those characters are
replaced by spaces. The property editor correctly displays those
characters. The file encoding is UTF-8 as the header states.
What can I do ?
I tried to replace
<string>äöüblbla</string>
by
<dict>
<key>DataElementType</key>
<integer>4</integer>
<key>DataElementValue</key>
<data>sdflkjsdlfksdjflskdfjsldkfjslkdfj...(Base64encoded String of the
UTF-8 bytes of the above string)</data>
</dict>
But that does not work either. The service does not get published (or
Attribute 0x100 is missing I can't tell).
Why can't I replace <string> with the <dict> construct ?
Regards
Moritz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden