Function iso88591hextoutf8

  • convert a hexadecimal ISO 8859-1 latin string to UTF-8 string

    Parameters

    • h: string

      hexadecimal ISO 8859-1 latin string

    Returns string

    UTF-8 string

    See

    utf8toiso88591hex

    Example

    iso88591hextoutf8("41a9fa") -> "A©ú"