Ming Chen
Ming Chen
非常感谢您的教程,令我受益匪浅!但是有些疑惑。 在[tutorial04_answer](https://github.com/miloyip/json-tutorial/tree/master/tutorial04_answer)中: 在[test.c](https://github.com/miloyip/json-tutorial/blob/master/tutorial04_answer/test.c)添加测试`TEST_ERROR(LEPT_PARSE_INVALID_UNICODE_SURROGATE, "\"\\udd1e\"");`,无法通过。 在UTF-16中,单一的代理项是无效的,只有一个低代理项,应该报错吧?
Hello, your ideas have impressed and helped me a lot. Thanks! [Exercise 9-5 answer](https://github.com/posborne/linux-programming-interface-exercises/tree/master/09-process-credentials#exercise-9-5) may have a mistake. ``` // setuid() /* suspend not possible */ /* resume not possible...