[GitHub] nifi-minifi-cpp pull request #68: MINIFI-193: Ensure safe UTF encoding

2017-03-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/68 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] nifi-minifi-cpp pull request #68: MINIFI-193: Ensure safe UTF encoding

2017-03-17 Thread phrocker
GitHub user phrocker opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/68 MINIFI-193: Ensure safe UTF encoding Since the C++ library is agnostic of UTF-8 we can safely write the bytes. Since we won't be interpreting the UTF-8 code in the core library we do