added >upper to push-utf8 to conform with RFC 3986 section 2.1. recommendation
parent
508b7272b5
commit
097487a9f3
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue