-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
i18n: further work, expr support #8292
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
base: main
Are you sure you want to change the base?
Conversation
26a0eee
to
644ea84
Compare
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
let mut split = locale_var_str.split(&['.', '@']); | ||
|
||
if let Some(simple) = split.next() { | ||
let bcp47 = simple.replace("_", "-"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe add a comment explaining what means bcp47 :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done 👍
GNU testsuite comparison:
|
GNU testsuite comparison:
|
Replaces #7986
expr
, which should solve expr: 50n \> -51 is producing different result than GNU expr #5378