premake/website/docs/io.utf8.md

18 lines
203 B
Markdown
Raw Normal View History

2021-03-11 20:29:22 +00:00
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.