JosiahOne/quickbase-cpp-wrapper

Add support for wide strings.

JosiahOne opened this issue · 0 comments

We currently always return non-wide strings. (usually std::string). We really need support for wide char too, since our return information is completely useless in that case.