encodeURI blows up for some _obj: https://.com/google/diff-match-/blob/a6367d7866833ac037fbdefcdbcbee4def86e326/javascript/diff_match__uncompressed.js#L2186 Example: ```js let diff_match_ = require("diff-match-"); let text1 = "🅱"; let text2 = "🅰"; let diff = new diff_match_(); console.log(diff._toText(diff._make(text1, text2))); ```