Project

General

Profile

$utfdecode » History » Version 2

Per Amundsen, 12/14/2019 10:01 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$utfdecode(text, C)*
4
5
Decodes a "UTF-8":https://en.wikipedia.org/wiki/UTF-8 string and returns it in default windows encoding.
6
7
*Parameters*
8
9
text - The "UTF-8":https://en.wikipedia.org/wiki/UTF-8 text to decode.
10 2 Per Amundsen
C - *TODO*