12-10-2023, 09:26 PM
Added some useful conversion tools into the toolbox for us:
Functions To64$ and From64$ which are used to convert to and from base-64. Can be used to easily embed small resource files into your own programs, such as icons, sounds, or images.
Functions Ansi_To_Utf8$ and UniCode_To_Utf8$ to convert from ASCII character encoding to UTF8 character encoding. This may be extremely useful for folks who use _MAPUNICODE to set their characters to a local regional code, but who then would like whatever output they generate be in UTF8 format for universal usage.
Added samples of both, and they're also now included and available in the Samples folder for ease of future reference.
Functions To64$ and From64$ which are used to convert to and from base-64. Can be used to easily embed small resource files into your own programs, such as icons, sounds, or images.
Functions Ansi_To_Utf8$ and UniCode_To_Utf8$ to convert from ASCII character encoding to UTF8 character encoding. This may be extremely useful for folks who use _MAPUNICODE to set their characters to a local regional code, but who then would like whatever output they generate be in UTF8 format for universal usage.
Added samples of both, and they're also now included and available in the Samples folder for ease of future reference.