@TextEncode ( textToEncode ; extendedASCIIChars ; lineEndings )
A wrapper for the function TextEncode() to convert text to any old-style Extended ASCII encoding.
Be the first to rate this function Log in to vote
Alex Zueiv - Show more from this author
Tashkent https://github.com/zueiv |
TEXT = "Çüé" ;
FILE = @TextEncode ( TEXT ; "ÇüéâäàąçêëèïîćÄĄĘęłôöĆûùŚÖÜ¢Ł¥śƒŹŻóÓńŃźż" ; 1 )
] ;
List (
HexEncode ( TEXT ) ;
HexEncode ( TextEncode ( TEXT ; "iso-8859-1" ; 1 ) ) ;
HexEncode ( FILE )
)
)
C7 FC E9
80 81 82
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
A wrapper for the function TextEncode() to convert text to any old-style Extended ASCII encoding.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.