Method _Charset.rfc1345()
- Method
rfc1345
object
rfc1345(string
charset
,bool
|void
encoder
,string
|void
rep
,function
(string
:string
)|void
repcb
)- 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