You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing with unicode enabled was never actually enabled. The expansion
was missing the closing `@` symbol on the configure file so it was never
expanded, comparing "@STDLIB_ENABLE_UNICODE_DATA" with "TRUE" always
evaluates to false, and `stdlib_unicode_data` was never enabled.
0 commit comments