peixinchen

Results 2 comments of peixinchen

I turn off these two options, but it seems that the options doesn't work as expectation. ``` php /** * * @runTestsInSeparateProcesses * @preserveGlobalState disabled * @backupGlobals disabled * @backupStaticAttributes...

https://github.com/bsuh/node_xslt/blob/master/node_xslt.cc#LC70 ARG_utf8(str, 0) and htmlDocPtr doc = htmlReadFile( *str, "UTF-8", useErrors->BooleanValue() ? HTML_PARSE_RECOVER | HTML_PARSE_NOERROR : HTML_PARSE_RECOVER ); assume the argument str is utf-8. Am i wrong?