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

Formatting hex numbers with either lowercase or uppercase A-F #1054

Closed
waywardmonkeys opened this issue Mar 22, 2016 · 0 comments · Fixed by #1353
Closed

Formatting hex numbers with either lowercase or uppercase A-F #1054

waywardmonkeys opened this issue Mar 22, 2016 · 0 comments · Fixed by #1353

Comments

@waywardmonkeys
Copy link
Member

Sometimes, it would be nice if we could display hex numbers using lowercase a-f values rather than A-F.

To do this, we'd want to handle %x and %X differently in format.

We should also make it possible for integer-to-string to produce either lower or uppercase.

(Changes to format should be postponed until one of my branches lands as it changes that code a fair bit.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant