From: SourceForge.net <no...@so...> - 2006-01-14 17:47:30
|
Bugs item #1405988, was opened at 2006-01-14 18:37 Message generated for change (Settings changed) made by vasiljevic You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1405988&group_id=130646 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Tcl-API Group: None >Status: Closed Resolution: Fixed Priority: 5 Submitted By: Zoran Vasiljevic (vasiljevic) Assigned to: Zoran Vasiljevic (vasiljevic) Summary: ns_base64encode fails on embedded nulls Initial Comment: lexxsrv:nscp 8> ns_base64encode test\0 dGVzdMCA lexxsrv:nscp 9> base64::encode test\0 dGVzdAA= The built-in ns_base64encode seems to have problems with strings containing embedded characters. This works though: lexxsrv:nscp 4> ns_base64encode test dGVzdA== lexxsrv:nscp 5> base64::encode test dGVzdA== ---------------------------------------------------------------------- Comment By: Zoran Vasiljevic (vasiljevic) Date: 2006-01-14 18:47 Message: Logged In: YES user_id=95086 Fixed in HEAD. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1405988&group_id=130646 |