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
|
|
|
|
2022-09-02 21:48:01 -04:00
|
|
|
### NAME
|
|
|
|
|
|
|
|
|
|
buffer_transcode() - transcode a buffer from one encoding to another
|
|
|
|
|
|
2020-01-13 23:29:23 -08:00
|
|
|
### SYNOPSIS
|
|
|
|
|
|
2022-09-02 21:48:01 -04:00
|
|
|
buffer buffer_transcode(buffer src,
|
|
|
|
|
string from_encoding,
|
|
|
|
|
string to_encoding);
|
2020-01-13 23:29:23 -08:00
|
|
|
|
|
|
|
|
### DESCRIPTION
|
|
|
|
|
|
2022-09-02 21:48:01 -04:00
|
|
|
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
|