We have issue validating a std::string
that contains a valid UTF_8 character set. The
issue is I have a std::string
in program, which may receive few invalid UTF-8 characters at run time.
Currently i am referring glib/utf8-validate.c file for reference. But the data types used by glib is not a std::string
, so I can not use this.
Platform is QNX (Linux host development).