- utf8-from-latin1 src lenprocedure
Convert a UTF-8 string to a Latin1 string.
Latin1 strings are 8-bits per character: a popular "high ASCII" encoding.
Please note that we do not supply a UTF-8 to Latin1 converter, since Latin1 can't express most Unicode codepoints. It's a legacy encoding; you should be converting away from it at all times.