UTF-8 to Ansi/Ascii string?

Started by fielder, March 15, 2019, 09:58:14

Previous topic - Next topic

fielder

has anyone a code to convert an UTF-8 string (from an readstream command) to ansi?

Derron

#1
utf to iso:
https://github.com/GWRon/Dig/blob/master/base.util.string.bmx

or inbuilt utf to iso:
String.FromUTF8String(b:Byte Ptr)

bye
Ron

fielder