Timeline for Convert UTF8 string to UTF32 string in C
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 5, 2018 at 15:16 | comment | added | domen |
A small note about strncpy. Please be careful when using it. It does not always \0 terminate. It's not meant for C strings, but for "fixed length, \0 padded, possibly not terminated" strings.
|
|
| Jul 1, 2018 at 12:37 | vote | accept | S22h | ||
| Jun 30, 2018 at 20:25 | history | edited | Martin R | CC BY-SA 4.0 |
edited body
|
| Jun 30, 2018 at 20:21 | history | answered | Raziel | CC BY-SA 4.0 |