mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 01:19:45 +08:00
The old-but-still-supported MSVS 2015 has problem parsing Unicode literals outside the BMP when using the '\U' escape. Use raw octet syntax to work around this.