mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-25 19:22:08 +03:00
UnicodeWidthTable.Query: significantly raise testing upper bound
This commit is contained in:
parent
4401f55526
commit
3d8dbf6ffd
@ -53,14 +53,8 @@ mkRanges pairs =
|
||||
|
||||
-- The uppermost code point to consider when building Unicode width
|
||||
-- tables.
|
||||
--
|
||||
-- This only covers some of the possible Unicode range and is sure to
|
||||
-- become stale eventually. Granted, at the time of this writing, even
|
||||
-- the latest version of Unicode (13) totals 143,859 characters and that
|
||||
-- only gets us to code point 0x231f3 or so. But it's only a matter of
|
||||
-- time before this bound is too low.
|
||||
unicodeTableUpperBound :: Char
|
||||
unicodeTableUpperBound = '\x2FFFF'
|
||||
unicodeTableUpperBound = '\xe0000'
|
||||
|
||||
-- | Construct a unicode character width table by querying the terminal
|
||||
-- connected to stdout. This works by emitting characters to stdout
|
||||
|
Loading…
Reference in New Issue
Block a user