mirror of
https://github.com/php/php-src.git
synced 2025-01-09 20:44:33 +08:00
94a140214c
- No longer uses json-c, implements it's own JSON parser and encoder. - JSON parser based on Douglas Crockford's JSON_checker.
4 lines
91 B
C
4 lines
91 B
C
/* utf8_to_utf16.h */
|
|
|
|
extern int utf8_to_utf16(unsigned short w[], char p[], int length);
|