utf8rewind
1.2.1
Cross-platform library for UTF-8 encoded text
Overview
Interface
Examples
Modules
Files
File List
Globals
source
tests
tests-base.hpp
Go to the documentation of this file.
1
#pragma once
2
10
// C/C++
11
12
#include <stdint.h>
13
14
// STL
15
16
#include <iomanip>
17
#include <fstream>
18
#include <map>
19
#include <queue>
20
#include <set>
21
#include <stack>
22
#include <string>
23
#include <vector>
24
25
// Google Test
26
27
#include <gtest/gtest.h>
28
29
// utf8rewind
30
31
#include "
utf8rewind.h
"
32
33
// Helpers
34
35
#include "
helpers-errors.hpp
"
36
helpers-errors.hpp
String helper functions.
utf8rewind.h
Public interface for UTF-8 functions.
Generated by
1.8.9.1