![]() |
KiCad PCB EDA Suite
|
#include <utf8.h>
#include <ki_exception.h>
#include <wx/strconv.h>
#include <wx/buffer.h>
#include <vector>
#include <cassert>
Go to the source code of this file.
Functions | |
bool | IsUTF8 (const char *aString) |
Test a C string to see if it is UTF8 encoded. More... | |
bool IsUTF8 | ( | const char * | aString | ) |
Test a C string to see if it is UTF8 encoded.
An ASCII string is a valid UTF8 string.
Definition at line 180 of file utf8.cpp.
References next(), and UTF8::uni_forward().