Skip to content

Conversation

@d-a-v
Copy link
Collaborator

@d-a-v d-a-v commented Jan 3, 2023

cherry-pick updates for Stream::peekNextDigit() from AVR implementation: decimal dot is optionally allowed

fixes #8782

cherry-pick updates for Stream::peekNextDigit() from AVR implementation
@mcspr mcspr added this to the 3.1 milestone Jan 3, 2023
@mcspr mcspr merged commit 5a3da9a into esp8266:master Jan 3, 2023
@earlephilhower
Copy link
Collaborator

Apropos of nothing, it's somewhat amusing that the decimal separator is hardcoded to a . by Arduino.cc even though in the Italian locale they use commas for the decimal separator. 😆

@d-a-v
Copy link
Collaborator Author

d-a-v commented Jan 3, 2023

It's without any regret that I copied this patch.
Decimal commas are hurting computing.

(Note: French decimal separator is also a comma)

hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request Nov 18, 2024
cherry-pick updates for Stream::peekNextDigit() from AVR implementation: decimal dot is optionally allowed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants