That makes sense, I figured there was some sort of encoding going on
(I'd tried a few basic ASCII calls to no avail). Thanks a lot for the
info.
ben
On Monday, March 11, 2002, at 06:44 PM, Barry Twycross wrote:
When issuing the USBGetManufacturerStringIndex call (and others that
use UInt8 indices) how do I display the string? Where is the string
actually stored?
The string is stored in the device. It is retrieved by a GET_DESCRIPTOR
device request, see chapter 9 of the USB spec. The string is in Unicode
format.
How you'd do anything about this in X I don't know yet.
_______________________________________________
usb mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/usb
Do not post admin requests to the list. They will be ignored.