base85: same as base64 patch.

db4
Doug Coleman 2015-07-15 20:04:19 -07:00
parent 1fc2e659e8
commit 916d8a12d9
1 changed files with 2 additions and 1 deletions

View File

@ -9,9 +9,10 @@ ERROR: malformed-base85 ;
<PRIVATE
<<
CONSTANT: alphabet
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!#$%&()*+-;<=>?@^_`{|}~\";"
>>
: ch>base85 ( ch -- ch )
alphabet nth ; inline