131132133134135136137
* Bit set to modify the processing and error checking. * @return the UTS #46 IDNA instance, if successful * @stable ICU 4.6 */ public static IDNA getUTS46Instance(int options) { return new UTS46(options); }