HikoGUI
A low latency retained GUI
|
#include <hikogui/char_maps/cp_1252.hpp>
Public Types | |
using | char_type = char |
Public Member Functions | |
constexpr std::endian | guess_endian (void const *ptr, size_t size, std::endian endian) const noexcept |
template<typename It , typename EndIt > | |
constexpr std::pair< char32_t, bool > | read (It &it, EndIt last) const noexcept |
constexpr std::pair< uint8_t, bool > | size (char32_t code_point) const noexcept |
template<typename It > | |
constexpr void | write (char32_t code_point, It &dst) const noexcept |
Static Public Attributes | |
static constexpr auto | range_0000_02DC = detail::cp_1252_make_table_0000_02DC() |
static constexpr auto | range_2000_2122 = detail::cp_1252_make_table_2000_2122() |
CP-1252 / Windows-1252 character map.