mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-07 10:41:56 -05:00
18 lines
203 B
Markdown
18 lines
203 B
Markdown
|
Output a UTF-8 encoding sequence ('\239\187\191') to the current output stream.
|
||
|
|
||
|
```lua
|
||
|
io.utf8()
|
||
|
```
|
||
|
|
||
|
### Parameters ###
|
||
|
|
||
|
None.
|
||
|
|
||
|
### Return Value ###
|
||
|
|
||
|
None.
|
||
|
|
||
|
### Availability ###
|
||
|
|
||
|
Premake 5.0 or later.
|