You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In Java, the
UCharacter
class has all of the same APIs as thejava.lang.Character
class. Therefore, in .NET, we needUChar
to cover the same APIs (static methods) asSystem.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.
The text was updated successfully, but these errors were encountered: