Module: IDNFFI
- Extended by:
- Methods
- Defined in:
- lib/idn_ffi.rb,
lib/idn_ffi/version.rb
Defined Under Namespace
Modules: Lib, Methods Classes: Error
Constant Summary collapse
- IDNA_ALLOW_UNASSIGNED =
Don’t reject strings containing unassigned Unicode code points.
0x0001
- IDNA_USE_STD3_ASCII_RULES =
Validate strings according to STD3 rules (i.e., normal host name rules).
0x0002
- VERSION =
"0.1.2"