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

String format specifier for unsigned int not working #1067

Open
vandyshev opened this issue Jun 26, 2023 · 2 comments
Open

String format specifier for unsigned int not working #1067

vandyshev opened this issue Jun 26, 2023 · 2 comments

Comments

@vandyshev
Copy link

String Plural with NSStringFormatValueTypeKey equal u generates a func with Int argument. There should be UInt.

case "d", "i", "o", "u", "x":
self = .int

https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFStrings/formatSpecifiers.html#//apple_ref/doc/uid/TP40004265

@pgaurav10
Copy link

Can I work on this issue?

@Groceat
Copy link

Groceat commented Apr 27, 2024

Potential Fix: #1118

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

No branches or pull requests

4 participants