Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse<Float> does not consider localized formatting #3917

Open
Sharkmare opened this issue Jun 14, 2023 · 0 comments
Open

Parse<Float> does not consider localized formatting #3917

Sharkmare opened this issue Jun 14, 2023 · 0 comments
Labels
Bug Something isn't working

Comments

@Sharkmare
Copy link

Describe the bug?

The Parse node does not consider differences in usage of . and , to show decimal places
Making it incompatible with Neoses own Format node as it does consider these differences

Relevant issues

None found

To Reproduce

Be not American
Format float 25,01
Parse Float
Parsing is invalid due to 25,01 not being seen as valid float formatting

Expected behavior

For Parse float to accept both , and . formatting as valid so that numbers do not have to go thriugh a substring replace process before parsing

Log Files

No response

Screenshots

No response

How often does it happen?

Always

Does the bug persist after restarting Neos?

Yes

Neos Version Number

2022.1.28.1335

What Platforms does this occur on?

Windows, Linux, Android / Quest

Link to Reproduction Item/World

No response

Did this work before?

No

If it worked before, on which build?

No response

Additional context

No response

Reporters

Sharkmare (Discord: eldritchkaiju)

@Sharkmare Sharkmare added the Bug Something isn't working label Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant