Work around WebKit handling of combining characters in Safari 10.1. Combining characters with nothing to combine with (as happens when they are used for accents in MathJax) are turned into non-combining characters by WebKit, and that means they are not positioned the same as in other browsers. This affects \vec
in particular.
Resolves issue #1737 (closed).