php-src/ext/json/utf8_to_utf16.h
Omar Kilani 94a140214c - Rewritten for better performance. 3-8x faster encodes, 2-4x faster decodes.
- No longer uses json-c, implements it's own JSON parser and encoder.
- JSON parser based on Douglas Crockford's JSON_checker.
2006-01-31 08:59:06 +00:00

4 lines
91 B
C

/* utf8_to_utf16.h */
extern int utf8_to_utf16(unsigned short w[], char p[], int length);