fluffos/docs/efun/strings/string_decode.md

17 lines
264 B
Markdown
Raw Permalink Normal View History

2020-01-13 23:29:23 -08:00
---
title: strings / string_decode
---
2023-11-25 09:50:24 -08:00
# string_decode
2020-01-13 23:29:23 -08:00
### SYNOPSIS
string string_decode(buffer buf, string encoding);
### DESCRIPTION
Decode the given buffer with given encoding into an UTF-8 string.
### SEE ALSO
string_decode, buffer_transcode