Skip to content

xp-framework/text-encode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text encoding

Build status on GitHub XP Framework Module BSD Licence Requires PHP 7.0+ Supports PHP 8.0+ Latest Stable Version

Common encodings for files, strings and streams

API

package text.encode {
  public class text.encode.Base57
  public class text.encode.Base64
  public class text.encode.Base64InputStream
  public class text.encode.Base64OutputStream
  public class text.encode.CvsPassword
  public class text.encode.QuotedPrintable
  public class text.encode.QuotedPrintableInputStream
  public class text.encode.QuotedPrintableOutputStream
  public class text.encode.UTF7
  public class text.encode.UTF8
  public class text.encode.UUCode
}