Actions
Feature #1282
closedUtils::base64Encode should have a paramter to specify the usage of CRLF
Start date:
05/07/2012
Due date:
% Done:
0%
Estimated time:
Description
Hi!
I'm using the new base64Encode functions to encode large pieces of data that span more than 76 characters. For proper line length after 76 character CRLF is inserted.
If I use this function for a base64encode I get a lot of CRLF that I would have to remove afterwards.
Updated by Koen Deforche over 12 years ago
- Status changed from New to InProgress
- Assignee set to Pieter Libin
- Target version set to 3.2.2
Updated by Pieter Libin over 12 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche over 12 years ago
- Status changed from Resolved to Closed
Released in Wt 3.2.2
Actions