All internal use of `jQuery.trim` should be replaced with the HTML [strip and collapse whitespace](https://html.spec.whatwg.org/multipage/infrastructure.html#strip-and-collapse-whitespace) operation, which only modifies a [small set of ASCII whitespace](https://html.spec.whatwg.org/multipage/infrastructure.html#space-character) characters. Problem: https://jsfiddle.net/5Lhfgd3r/ Solution: https://github.com/jquery/jquery/pull/3002#issuecomment-197138246