Commit 0e52073a 0e52073a5a5b3381c6e111daf5e835f9e7b38bfd by Sergey Poznyakoff

Feed input in octal notation and use encode2047 \o command to override tcl brokenness.

1 parent 2afd447d
...@@ -17,8 +17,10 @@ ...@@ -17,8 +17,10 @@
17 # 17 #
18 \ckoi8-r 18 \ckoi8-r
19 \eB 19 \eB
20 \o
20 -message 16-bytes string 21 -message 16-bytes string
21 åÖÅÄÎÅ×ÎÙÊ ÏÔÞÅÔ=> Success 22 #Cyrillic: åÖÅÄÎÅ×ÎÙÊ ÏÔÞÅÔ
23 \\345\326\305\304\316\305\327\316\331\312\040\317\324\336\305\324=> Success
22 =?koi8-r?B?5dbFxM7F187ZyiDP1N7F1A==?= 24 =?koi8-r?B?5dbFxM7F187ZyiDP1N7F1A==?=
23 25
24 # NOTE: This file must end with an empty line 26 # NOTE: This file must end with an empty line
......