This website requires JavaScript.
Explore
Help
Sign In
zhangyiss
/
indicators
Watch
1
Star
0
Fork
0
You've already forked indicators
mirror of
https://github.com/p-ranav/indicators.git
synced
2025-12-16 04:18:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c793684c9c990de282933ef9ceb17075ce4f6b7a
indicators
/
include
History
CodingRookie98
c793684c9c
Fix the issue where the localization information is set before the program calls the 'utf8_decode' function in the project code. After calling the 'utf8_decode' function, the restored localization information is the default setting from the user environment variables, rather than the current program's localization information. Therefore, the 'setlocale(LC_ALL, "")' call should be changed to 'setlocale(LC_ALL, NULL)' to align with the code logic.
2025-01-25 14:56:42 +08:00
..
indicators
Fix the issue where the localization information is set before the program calls the 'utf8_decode' function in the project code. After calling the 'utf8_decode' function, the restored localization information is the default setting from the user environment variables, rather than the current program's localization information. Therefore, the 'setlocale(LC_ALL, "")' call should be changed to 'setlocale(LC_ALL, NULL)' to align with the code logic.
2025-01-25 14:56:42 +08:00