added >upper to push-utf8 to conform with RFC 3986 section 2.1. recommendation

db4
Sascha Matzke 2009-07-03 08:18:49 +02:00
parent 508b7272b5
commit 097487a9f3
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ IN: urls.encoding
: push-utf8 ( ch -- )
1string utf8 encode
[ CHAR: % , >hex 2 CHAR: 0 pad-head % ] each ;
[ CHAR: % , >hex >upper 2 CHAR: 0 pad-head % ] each ;
PRIVATE>