Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
SRP_Encode
Is SRP_Encode 'HEX' algorithm parameter used for 8bit encoding?
Content-Type: application/xop+xml; type="text/xml"; charset=UTF-8
Content-Transfer-Encoding: 8bit
Thanks,
Content-Type: application/xop+xml; type="text/xml"; charset=UTF-8
Content-Transfer-Encoding: 8bit
Thanks,
Comments
The real question is: what is the default encoding OI uses? It all depends on your Application Properties. If you check the "UTF8 character mode" checkbox, then the default encoding is UTF8. If not, then it is ANSI. You can view the Application Properties via the File menu of OI's Application Manager window.
OLE uses Unicode (UTF16) strings, so OI will convert your variables into that before passing them in, in which case, it will assume your string is UTF8 encoded. Again, this is not likely to be an issue wince AREV32 didn't natively support UTF8 to begin with. So, unless your original ANSI string is includes Char(194), Char(226), or Char(240), you won't see anything weird.