HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
char_maps.hpp
1// Copyright Take Vos 2022, 2023.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
5#pragma once
6
7#include "ascii.hpp" // export
8#include "char_converter.hpp" // export
9#include "cp_1252.hpp" // export
10#include "iso_8859_1.hpp" // export
11#include "to_string.hpp" // export
12#include "utf_8.hpp" // export
13#include "utf_16.hpp" // export
14#include "utf_32.hpp" // export
15
16hi_export_module(hikogui.char_maps);
17
18hi_export namespace hi {
19inline namespace v1 {
53}}
Definition of the CP-1252 / Windows-1252 character map.
Definition of the ASCII character map.
String conversion functions.
Definition of the char_converter<From,To> functor.
Definition of the ISO-8859-1 / Latin-1 character map.
Definition of the Unicode UTF-32 encoding.
Definition of the Unicode UTF-8 encoding.
Definition of the Unicode UTF-16 encoding.
The HikoGUI namespace.
Definition array_generic.hpp:20
DOXYGEN BUG.
Definition algorithm_misc.hpp:20