KiCad PCB EDA Suite
|
#include <core/utf8.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. | |
std::ostream & | operator<< (std::ostream &aStream, const UTF8 &aRhs) |
bool IsUTF8 | ( | const char * | aString | ) |
std::ostream & operator<< | ( | std::ostream & | aStream, |
const UTF8 & | aRhs | ||
) |
Definition at line 244 of file utf8.cpp.
References operator<<().