Searched refs:utf8string (Results 1 – 2 of 2) sorted by relevance
361 Util.decodeUTF8 = function (utf8string) { argument363 return decodeURIComponent(escape(utf8string));
496 ASN1_UTF8STRING * utf8string; member