Hello,
I've been working on some plugin for FrameMaker and recently I encountered this: when I call F_ApiGetTextForRange(..., FTI_String | ...) on paragraph which contains the degree sign (°), let's say there is
2°
then when I get this FTI_String, there are three bytes: the first one is 0x32, which is '2', that's ok, but then there is 0xC5 and 0xE3, which seem to constitute ° together, but why? ° is 0xB0 Unicode, I can't see why FrameMaker returns me two bytes for this character and why THESE bytes. It causes me some trouble and I'd like whether this problem is documented somewhere and if there is a list of such characters represented in a special way...
Thank you very much.