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
Fix locale-dependent float parsing and leading-dot literals (#2082)
- Replace commas with dots before parsing in iron.h, iron_ui.c,
iron_ui_ext.c, and iron_json.c for locale-independent float input.
- Fix minic lexer to recognize leading-dot float literals like .3 and .5f.
- Add test13 in minic_tests.c for leading-dot float literal parsing.
- Fixes issue #2082 where UI Scale and other float inputs rejected
comma decimal separators in certain locales.
0 commit comments