Skip to content

Commit

Permalink
just after XXX win workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 12, 2023
1 parent 965ded7 commit ec922f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion locale.c
Expand Up @@ -3705,7 +3705,8 @@ S_populate_hash_from_localeconv(pTHX_ HV * hv,

/* There is a bug in Windows in which setting LC_CTYPE after the others
* doesn't actually take effect for localeconv(). See the commit
* message for this commit for details. Thus we have to make sure that
* XXX which message
* for this commit for details. Thus we have to make sure that
* the locale we want is set after LC_CTYPE. We unconditionally toggle
* away from and back to the current locale prior to calling
* localeconv().
Expand Down

0 comments on commit ec922f6

Please sign in to comment.