diff options
Diffstat (limited to 'lib/unicode.nim')
-rw-r--r-- | lib/unicode.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/unicode.nim b/lib/unicode.nim index 045439690..70a18f70d 100644 --- a/lib/unicode.nim +++ b/lib/unicode.nim @@ -9,6 +9,8 @@ ## This module provides support to handle the Unicode UTF-8 encoding. +{.deadCodeElim: on.} + type TRune* = int ## type that can hold any Unicode character TRune16* = int16 ## 16 bit Unicode character |