IDNA.Info.IsTransitionalDifferent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if transitional and nontransitional processing produce different results.
public bool IsTransitionalDifferent { [Android.Runtime.Register("isTransitionalDifferent", "()Z", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("isTransitionalDifferent", "()Z", "", ApiSince=24)>]
member this.IsTransitionalDifferent : bool
Property Value
true if transitional and nontransitional processing produce different results
- Attributes
Remarks
Returns true if transitional and nontransitional processing produce different results. This is the case when the input label or domain name contains one or more deviation characters outside a Punycode label (see UTS #46). <ul> <li>With nontransitional processing, such characters are copied to the destination string. <li>With transitional processing, such characters are mapped (sharp s/sigma) or removed (joiner/nonjoiner). </ul>
Java documentation for android.icu.text.IDNA.Info.isTransitionalDifferent()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.