- the UTFto* functions take an array of chars for the output, not an array of pointers to chars
- to avoid a buffer overflow, we must allocate one character more than the maximum output length (for the trailing \0 char)
- some minor optimizations
Description
Description
Details
Details
- Committed
Marek Habersack <grendello@gmail.com> May 26 2004, 8:37 AM - Parents
- R99:1dc9b3f4ad5f: - no need to pop_n_elems before calling Pike_error - we need the stack for
- Branches
- Unknown
- Tags