Did you know ... Search Documentation:
Pack blog_core -- prolog/bc/bc_hex.pl
PublicShow source
 bc_atom_hex(+Atom, -HexAtom) is det
Converts given atom into UTF-8-encoded hex atom.
 bc_hex_atom(+HexAtom, -Atom) is det
Converts given hex atom into UTF-8-encoded atom. Throws error(cannot_convert_hex(Up, Low)) when the hex atom cannot be converted.