function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
IceEngineIceEngine 

How to Convert String Charset ?

Hi, everyone!

 

I'm trying to convert a string to Shift_JIS, then encode it to base64, then make an outcall use base64 code,

 

So how to do the convert

I found base64Encode() and urlEncode() methods, but can't find Charset encode.

 

Any help would be much appreciated!
Thanks!