]> git.ipfire.org Git - thirdparty/asterisk.git/commit
json: Add UTF-8 check call. 01/4101/2
authorRichard Mudgett <rmudgett@digium.com>
Tue, 11 Oct 2016 23:14:39 +0000 (18:14 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 13 Oct 2016 23:12:59 +0000 (18:12 -0500)
commit1c4c6c082d7b95c205b05a4904b19ea94047ddba
tree9ed9b8770c612468254fc492e7baa3b5ab27785a
parentdd6fc1bb7da290ccebdeff2a934a1824a7d8b099
json: Add UTF-8 check call.

Since the json library does not make the check function public we
recreate/copy the function in our interface module.

ASTERISK-26466
Reported by: Richard Mudgett

Change-Id: I36d3d750b6f5f1a110bc69ea92b435ecdeeb2a99
include/asterisk/json.h
main/json.c