All,
I’m putting in support for a 16 bit wideString with
zero byte that follows natural ASCII values. This is to support the
Microsoft wide string implementation hence the name MSWideString.
I have 2 questions:
Should this class be included in the regular Collections-Strings
package or should I put it our Cryptography package?
Does anyone care about or need this class besides FFI? So
far I’m supporting asByteArray, and fromCString (by implementing fromCMSWideString).
Thanks for your input,
Ron Teitelbaum