5#ifdef FIBER_DISABLE_UTF8_CODES
6 #define FIBER_UTF8_CODE(str, alternative) alternative
8 #define FIBER_UTF8_CODE(str, alternative) str
Definition utf8_lines.hpp:11
constexpr std::string_view heavy_vertical
Definition utf8_lines.hpp:60
constexpr std::string_view heavy_t_down
Definition utf8_lines.hpp:66
constexpr std::string_view double_vertical
Definition utf8_lines.hpp:28
constexpr std::string_view rounded_corner_botleft
Definition utf8_lines.hpp:74
constexpr std::string_view light_corner_botright
Definition utf8_lines.hpp:56
constexpr std::string_view rounded_corner_topleft
Definition utf8_lines.hpp:72
constexpr std::string_view mixed_t_down
Definition utf8_lines.hpp:45
constexpr std::string_view double_horizontal
Definition utf8_lines.hpp:27
constexpr std::string_view light_corner_topleft
Definition utf8_lines.hpp:53
constexpr std::string_view heavy_cross
Definition utf8_lines.hpp:69
constexpr std::string_view single_corner_botright
Definition utf8_lines.hpp:19
constexpr std::string_view double_t_left
Definition utf8_lines.hpp:35
constexpr std::string_view double_corner_botleft
Definition utf8_lines.hpp:31
constexpr std::string_view single_t_up
Definition utf8_lines.hpp:20
constexpr std::string_view heavy_t_left
Definition utf8_lines.hpp:67
constexpr std::string_view mixed_corner_botright
Definition utf8_lines.hpp:43
constexpr std::string_view heavy_t_right
Definition utf8_lines.hpp:68
constexpr std::string_view double_cross
Definition utf8_lines.hpp:37
constexpr std::string_view double_corner_topright
Definition utf8_lines.hpp:30
constexpr std::string_view single_corner_topright
Definition utf8_lines.hpp:17
constexpr std::string_view double_corner_topleft
Definition utf8_lines.hpp:29
constexpr std::string_view single_corner_topleft
Definition utf8_lines.hpp:16
constexpr std::string_view heavy_horizontal
Definition utf8_lines.hpp:59
constexpr std::string_view mixed_corner_botleft
Definition utf8_lines.hpp:42
constexpr std::string_view light_horizontal
Definition utf8_lines.hpp:51
constexpr std::string_view single_vertical
Definition utf8_lines.hpp:15
constexpr std::string_view double_t_right
Definition utf8_lines.hpp:36
constexpr std::string_view mixed_corner_topleft
Definition utf8_lines.hpp:40
constexpr std::string_view single_corner_botleft
Definition utf8_lines.hpp:18
constexpr std::string_view heavy_corner_botright
Definition utf8_lines.hpp:64
constexpr std::string_view double_corner_botright
Definition utf8_lines.hpp:32
constexpr std::string_view mixed_t_right
Definition utf8_lines.hpp:47
constexpr std::string_view light_vertical
Definition utf8_lines.hpp:52
constexpr std::string_view mixed_t_up
Definition utf8_lines.hpp:44
constexpr std::string_view single_t_down
Definition utf8_lines.hpp:21
constexpr std::string_view mixed_cross
Definition utf8_lines.hpp:48
constexpr std::string_view heavy_t_up
Definition utf8_lines.hpp:65
constexpr std::string_view single_horizontal
Definition utf8_lines.hpp:14
constexpr std::string_view rounded_corner_botright
Definition utf8_lines.hpp:75
constexpr std::string_view heavy_corner_topright
Definition utf8_lines.hpp:62
constexpr std::string_view heavy_corner_botleft
Definition utf8_lines.hpp:63
constexpr std::string_view single_t_right
Definition utf8_lines.hpp:23
constexpr std::string_view single_cross
Definition utf8_lines.hpp:24
constexpr std::string_view mixed_t_left
Definition utf8_lines.hpp:46
constexpr std::string_view heavy_corner_topleft
Definition utf8_lines.hpp:61
constexpr std::string_view mixed_corner_topright
Definition utf8_lines.hpp:41
constexpr std::string_view rounded_corner_topright
Definition utf8_lines.hpp:73
constexpr std::string_view single_t_left
Definition utf8_lines.hpp:22
constexpr std::string_view double_t_up
Definition utf8_lines.hpp:33
constexpr std::string_view double_t_down
Definition utf8_lines.hpp:34
constexpr std::string_view light_corner_botleft
Definition utf8_lines.hpp:55
constexpr std::string_view light_corner_topright
Definition utf8_lines.hpp:54
#define FIBER_UTF8_CODE(str, alternative)
Definition utf8_lines.hpp:8