about summary refs log tree commit diff stats
path: root/res/map/idna_gen.nim
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-02-27 18:45:17 +0100
committerbptato <nincsnevem662@gmail.com>2024-02-27 18:45:17 +0100
commit0f2c08006a8787fc1a8a67ecf125fdffadd245ff (patch)
tree77db5c898bf8f55835466efa175342fa42a32f01 /res/map/idna_gen.nim
parent5c978a3441cec24f2ffbd11b6e6bb3e2f429aadf (diff)
downloadchawan-0f2c08006a8787fc1a8a67ecf125fdffadd245ff.tar.gz
misc refactorings
* rename buffer enums
* fix isAscii for char 0x80
* remove dead code from URL
Diffstat (limited to 'res/map/idna_gen.nim')
-rw-r--r--res/map/idna_gen.nim4
1 files changed, 0 insertions, 4 deletions
diff --git a/res/map/idna_gen.nim b/res/map/idna_gen.nim
index ca19239a..0f99d130 100644
--- a/res/map/idna_gen.nim
+++ b/res/map/idna_gen.nim
@@ -2413,7 +2413,3 @@ const IgnoredHigh: array[244, uint32] = [
 917987,917988,917989,917990,917991,917992,917993,917994,917995,917996,917997,
 917998,917999,
 ]
-
-const Deviation: array[4, tuple[ucs: uint16, s: Z]] = [
-(223,"ss".Z),(962,"\xCF\x83".Z),(8204,"".Z),(8205,"".Z),
-]