hip2unicode(1)

HIP2UNICODE(1) User Contributed Perl Documentation HIP2UNICODE(1)

NAME

hip2unicode - convert a file in HIP (HyperInvariant Presentation) to Unicode

SYNOPSIS

  hip2unicode [-c encoding] [-f outputFormat] infile
  hip2unicode -h
Reads infile, converts contents to Unicode, and writes to Terminal.
Markup is converted to standard specified by -f option.

OPTIONS

  -c (or -encoding): specifies the encoding of the input file
  -f (or -format): specifies the format of the output file
The possible formats are:
  -f html will create HTML
  -f tex will create LaTeX
  -f xml will create XML.
An associated XSLT file is at http://www.ponomar.net/hip2utf.xsl.

If -f not set, markup in the HIP document is stripped and the output is plain text.

  -h prints the help screen and exits

DESCRIPTION

Lorum ipsum dolor sit amet.

SEE ALSO

ucs2unicode

AUTHOR

Aleksandr Andreev aleksandr.andreev@gmail.com

LICENSING

Copyright (c) 2015 Aleksandr Andreev (http://sci.ponomar.net/)

This script is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl you may have available.

2021-06-01 perl v5.30.3