Page 1 of 1

win: Are locales the same for each platform?

PostPosted: Tue May 24, 2022 12:18 am
by amaitland
Is it safe to assume that the locales are the same for x86, x64 and arm64?

Before I go hashing them to find out, just wondering if this seems like an ok assumption?

Currently CefSharp has locales separated for each arch.

Ideally to reduce disk space I'd like to ship a single set.

Re: win: Are locales the same for each platform?

PostPosted: Tue May 24, 2022 2:18 am
by magreenblatt
Even if they happen to be identical currently, I don’t think that would be guaranteed for the future.

Re: win: Are locales the same for each platform?

PostPosted: Wed May 25, 2022 2:39 am
by amaitland
Thanks, appreciate the advice.