utf8rewind  1.4.1
System library for processing UTF-8 encoded text
helpers-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 
Public interface for UTF-8 functions.