Added a huff escape for the ' DE ' sequence
Allows for better efficiency for multi-hop relay paths.
This commit is contained in:
parent
826b829941
commit
8b9042e2d6
@ -261,9 +261,7 @@ needed: ^,&@#$%'"()<>|*[]{}=;_~`
|
|||||||
QMap<QString, QString> huffescapes = {
|
QMap<QString, QString> huffescapes = {
|
||||||
|
|
||||||
// 10 bits
|
// 10 bits
|
||||||
#if 0
|
{ "\\ ", " DE " }, // 14 bits - 4 bit savings
|
||||||
{ "\\ ", "" },
|
|
||||||
#endif
|
|
||||||
{ "\\E", "," },
|
{ "\\E", "," },
|
||||||
|
|
||||||
// 11 bits
|
// 11 bits
|
||||||
|
Loading…
Reference in New Issue
Block a user