pg_idna
0.1.1-docs
All Items
Crate Items
Functions
Crate
pg_idna
Copy item path
Source
Expand description
IDNA
helpers for
PostgreSQL
.
Functions
ยง
idna_
is_
ascii
Checks if
input
is ASCII.
idna_
is_
punycode
Checks if
input
is Punycode.
idna_
to_
ascii
Encodes
input
as ASCII Punycode.
idna_
to_
unicode
Encodes
input
as UTF-8.
idna_
to_
unicode_
lossy
Attemps to encode
input
as UTF-8.