Convert_Text_to_UTF8 ( string )
Converts a FileMaker text string to a UTF-8 string.
Average rating: 4.3 (29 votes) Log in to vote
Mogens Brun fmIntegrator ApS http://fmintegrator.com |
Convert_Text_to_UTF8 ( "Mænd med idéer" )
Mænd med idéer
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Converts a FileMaker text string to a UTF-8 string. May be nested with "Convert_Text_to_Base64" to encode FileMaker text string to Base64 for use in URLs as "Convert_Text_to_Base64 ( Convert_Text_to_UTF8 ( string ) )". The combined action of the two custom functions performs with double speed as "AscIIToBase64" (also briandunning.com) and handles all legal char. values in UTF-8.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.