The function we were using to initialize this NSString assumed that our UTF-8 data was null-terminated, which wasn't a valid assumption. Fixes https://github.com/flutter/flutter/issues/6359