<p>the applyPronouns function lets you adjust how it's encoded dynamically. Fancy! <br />So how it works is you do something like this:</p><p>applyPronouns("\80 was bald", 0x80, "he\0him")</p><p>and it'll return "he was bald", right? But it's more than just a simple find-replace...</p>