$utfencode » History » Version 2
Per Amundsen, 12/14/2019 10:00 AM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | *$utfencode(text, C)* |
||
4 | |||
5 | Decodes a default windows encoding string into "UTF-8":https://en.wikipedia.org/wiki/UTF-8 and returns it. |
||
6 | |||
7 | *Parameters* |
||
8 | |||
9 | text - The text to encode. |
||
10 | 2 | Per Amundsen | C - *TODO* |