]> git.kaiwu.me - njs.git/commit
Fixed length calculation for UTF-8 string with escape characters.
authorAlexander Borisov <alexander.borisov@nginx.com>
Mon, 22 Apr 2019 13:23:43 +0000 (16:23 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Mon, 22 Apr 2019 13:23:43 +0000 (16:23 +0300)
commit15039b47176ba0db421552c178cf53a548c895e4
tree34e43b14f621aac7daa0918de268eeec9153f3bf
parent6ce4be7c9311ff4a133980c5823a9909fac69895
Fixed length calculation for UTF-8 string with escape characters.

This closes #133 issue on GitHub.
njs/njs_parser_terminal.c
njs/test/njs_unit_test.c