I'm looking at the GIZMO API once again and I'v been wracking my head on getting the UTF8 coded characters back to Standard Characters.
I've successfully pulled the two characters and have the two decimal values that represent the UTF8 Chacracter. I however for the life of me cant figure out how to get them back to standard chracters in VB. I can convert them to thier two independant ASCII equivilants and do a look a select case but I should'nt have to do that in VBA.
I'm currently tring an array of the two characters using STRCONV (Where If I'm Right 1036 is the Local for French):
StrConv(mFROMUTFArray, vbFromUnicode, 1036)
But no darned luck!
(IE 160 and 190)= I've tried flipping the order of the two and still no avail..
Any help would be greatly Appreciated!