Method _Charset.rfc1345()
- Method
rfc1345
objectrfc1345(stringcharset,bool|voidencoder,string|voidrep,function(string:string)|voidrepcb)- Description
Low-level charset codec factory.
- Parameter
charset Canonical name of character set to look up.
- Parameter
encoder Flag indicating that an encoder and not a decoder is wanted.
- Parameter
rep String to use for characters not representable in the
charset. Only used for encoders.- Parameter
repcb Function to call for characters not representable in the
charset. Only used for encoders.This is the main entrypoint into the low-level _Charset module.
- Returns
Returns a suitable encoder or decoder on success and
0(zero) on failure.- See also