fluffos/docs/efun/buffers/buffer_transcode.md

24 lines
453 B
Markdown
Raw Permalink Normal View History

2020-01-13 23:29:23 -08:00
---
title: buffers / buffer_transcode
---
2023-11-25 09:50:24 -08:00
# buffer_transcode
2020-01-13 23:29:23 -08:00
### NAME
buffer_transcode() - transcode a buffer from one encoding to another
2020-01-13 23:29:23 -08:00
### SYNOPSIS
buffer buffer_transcode(buffer src,
string from_encoding,
string to_encoding);
2020-01-13 23:29:23 -08:00
### DESCRIPTION
Transcode given buffer from encoding 'from_encoding' to encoding
'to_encoding'.
2020-01-13 23:29:23 -08:00
### SEE ALSO
string_encode, string_decode