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
CF ensures Linux and Windows don't attempt to use the extended locale API
by defining a number of preprocessor macros in Prefix to default to the
standard API that uses the C locale. Both Linux and Windows have some
macros in common and some platform specialized definitions; here, we
split out the common macros and keep the platform-specific definitions
separate.
This will let us more simply extend support for different platforms that
also don't support extended locales in a future commit.
0 commit comments