summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/unicode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/unicode.h b/include/unicode.h
index 36fc6ae..37342a1 100644
--- a/include/unicode.h
+++ b/include/unicode.h
@@ -19,11 +19,10 @@
#ifdef __cpp_char8_t
// char8_t available
typedef char8_t utf8_t;
- typedef char iso_t;
#else
typedef char utf8_t;
- typedef char iso_t;
#endif
+typedef char iso_t;
namespace unicode {