Files
harbour-core/harbour/contrib/hbtip
Viktor Szakats a21f3aa497 2011-05-19 04:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
- contrib/hbtip/encb64c.c
  * contrib/hbtip/encb64.prg
  * contrib/hbtip/hbtip.hbx
  * contrib/hbtip/hbtip.hbm
    % elminated redundant base64 encoder implementation, now
      hbtip used the core one
    + TIP_BASE64ENCODE( <cData>, [<nLineLength>], [<cCRLF>] ) -> <nBase64Encoded>
      function added to create base64 encoded data split into lines,
      separated by passed EOL. default EOL is hb_eol(), if <nLineLength> is
      not specced, there will be no long splitting
2011-05-19 02:34:16 +00:00
..