Searched refs:unescCtrlChars (Results 1 – 2 of 2) sorted by relevance
247 var ctrTxt = unescCtrlChars(ciphertext[0]);259 ciphertext[b] = unescCtrlChars(ciphertext[b]);282 function unescCtrlChars(str) { // unescape potentially problematic control characters function