]> git.ipfire.org Git - thirdparty/asterisk.git/commit
json: Add UTF-8 check call. 98/4098/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:16 +0000 (18:12 -0500)
commit2433a9d0c02ad01916fbdf02a2a54f297fd2ad8c
tree8c6ab36dfe8a3cfaca41a8bae17255bd05d0c3ca
parent8ff4d75e9eae039d8f5bac817db45fc43307a6fe
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