From 8b9042e2d667e5262c3b9defb3e5a02eedeeada9 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Sun, 9 Sep 2018 15:38:27 -0400 Subject: [PATCH] Added a huff escape for the ' DE ' sequence Allows for better efficiency for multi-hop relay paths. --- varicode.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/varicode.cpp b/varicode.cpp index 8125dfa..37eca7c 100644 --- a/varicode.cpp +++ b/varicode.cpp @@ -261,9 +261,7 @@ needed: ^,&@#$%'"()<>|*[]{}=;_~` QMap huffescapes = { // 10 bits -#if 0 - { "\\ ", "" }, -#endif + { "\\ ", " DE " }, // 14 bits - 4 bit savings { "\\E", "," }, // 11 bits