]> git.ipfire.org Git - thirdparty/asterisk.git/commit
json: Add UTF-8 check call. 95/4095/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:11:36 +0000 (18:11 -0500)
commit9621c9bcbca70f61605606db8517a789f53f8600
treeabe9d0283acaf7d438642abe071cb0ed3e72f7b8
parent3633c7926cdc102570a5f179aae8a9017bd0a034
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