From: SourceForge.net <no...@so...> - 2006-01-16 08:11:25
|
Bugs item #1407112, was opened at 2006-01-16 08:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1407112&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: C-API Group: None Status: Open Resolution: None Priority: 5 Submitted By: Bernd Eidenschink (eide) Assigned to: Nobody/Anonymous (nobody) Summary: ns_base64encode adds unwanted extra newline Initial Comment: ns_base64encode breaks lines after 60 (encoded) characters by appending a newline character. This can lead to an extra, unwanted newline at the end of the encoding. Example: set str "The short red fox ran quickly through the green field " append str "and jumped over the tall brown bear\n" ns_base64encode $str ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1407112&group_id=130646 |