diff --git a/UTF-8-demo.txt b/UTF-8-demo.txt index 4363f27..61b50e0 100644 --- a/UTF-8-demo.txt +++ b/UTF-8-demo.txt @@ -210,3 +210,5 @@ Box drawing alignment tests: █ ║└─╥─┘║ │╚═╤═╝│ │╘═╪═╛│ │╙─╀─╜│ ┃└─╂─┘┃ ░░▒▒▓▓██ ┊ ┆ ╎ ╏ ┇ ┋ ▏ ╚══╩══╝ └──┴──┘ ╰──┴──╯ ╰──┴──╯ ┗━━┻━━┛ ▗▄▖▛▀▜ └╌╌┘ ╎ ┗╍╍┛ ┋ ▁▂▃▄▅▆▇█ ▝▀▘▙▄▟ + +😇 diff --git a/main.c b/main.c index 2cf7462..08f2f19 100644 --- a/main.c +++ b/main.c @@ -500,7 +500,7 @@ int execute(int c, int f, int n) || (c >= 0x80 && c <= 0xFE)) { #else #if VMS || BSD || USG /* 8BIT P.K. */ - || (c >= 0xA0 && c <= 0xFFFF)) { + || (c >= 0xA0 && c <= 0x10FFFF)) { #else ) { #endif