Code review comment for lp:~zorba-coders/zorba/bug-996084-reuse-stream

Revision history for this message
William Candillon (wcandillon) wrote :

Should the implementation of base64:decode#1 be:

declare function base64:decode($base64 as xs:base64Binary) as xs:string { base64:decode($base64, "UTF-8")};

?

review: Needs Information

« Back to merge proposal