CharsetEncode
Method Signature
CharsetEncode(binary=[byte[]], encoding=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Encode a string using utf-8 back into binary encoding of the string
s = charsetDecode( "string", "utf-8" );
charsetEncode( s, "utf-8" );
Encode a string using us-ascii back into binary encoding of the string
Additional Examples
Related
Last updated
Was this helpful?
