Not that I'm aware of. However, there have been various bug-fixes since this was filed, so it'd be good to confirm whether the issue still exists in the current version (e.g. TeX Live 2019 release).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Any updates?
Not that I'm aware of. However, there have been various bug-fixes since this was filed, so it'd be good to confirm whether the issue still exists in the current version (e.g. TeX Live 2019 release).
I cannot reproduce this with latest XeTeX from MiKTeX
OK, thanks. It doesn't reproduce for me either. I think we can close this.
I'm still having this issue! My Tex Live is 2025 - I'm using Charis SIL and trying to use \widehat on a Mac. This is my MWE:
\documentclass{article}
\usepackage{unicode-math}
\setmathfont{XCharter Math}
\usepackage{fontspec}
\DeclareMathAlphabet\mathcal{OMS}{cmsy}{m}{n}
\begin{document}
$\widehat{\mathcal{C}}$
\end{document}