Revision 34d33769 libavutil/common.h
libavutil/common.h | ||
---|---|---|
338 | 338 |
} |
339 | 339 |
|
340 | 340 |
/*! |
341 |
* \def PUT_UTF8(val, GET_BYTE, ERROR)
|
|
341 |
* \def PUT_UTF8(val, tmp, PUT_BYTE)
|
|
342 | 342 |
* converts a 32-bit unicode character to its utf-8 encoded form (up to 6 bytes long). |
343 | 343 |
* \param val is an input only argument and should be of type uint32_t. It holds |
344 | 344 |
* a ucs4 encoded unicode character that is to be converted to utf-8. If |
Also available in: Unified diff