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

Complete UChar implementation #4

Open
NightOwl888 opened this issue Sep 30, 2019 · 0 comments
Open

Complete UChar implementation #4

NightOwl888 opened this issue Sep 30, 2019 · 0 comments

Comments

@NightOwl888
Copy link
Owner

In Java, the UCharacter class has all of the same APIs as the java.lang.Character class. Therefore, in .NET, we need UChar to cover the same APIs (static methods) as System.Char.

We need more clarity on specifically how to design the culture-sensitivity part of this, since in Java these methods were designed to use the equivalent of CultureInfo.InvariantCulture and therefore are not aware of the ambient culture.

We also need tests to validate expected behaviors with the new methods.

@NightOwl888 NightOwl888 added this to the Beta Launch milestone Sep 30, 2019
NightOwl888 added a commit that referenced this issue Oct 10, 2019
…etCodePoint() > ConvertToUtf32() to match System.Char. Added overload of ConvertToUtf32(string, int). (#4)
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

1 participant