utf8trans(1)


NAME

   utf8trans - Transliterate UTF-8 characters according to a table

SYNOPSIS

   utf8trans charmap [file]...

DESCRIPTION

   utf8trans transliterates characters in the specified files (or standard
   input, if they are not specified) and writes  the  output  to  standard
   output. All input and output is in the UTF-8 encoding.

   This program is usually used to render characters in Unicode text files
   as some markup escapes or ASCII transliterations.  (It is not  intended
   for general charset conversions.)  It provides functionality similar to
   the  character  maps  in  XSLT   2.0   (XML   Stylesheet   Language   --
   Transformations, version 2.0).

OPTIONS

   -m, --modify
          Modifies  the  given  files  in-place  with their transliterated
          output, instead of sending it to standard output.

          This option is useful  for  efficient  transliteration  of  many
          files at once.

   --help Show brief usage information and exit.

   --version
          Show version and exit.

USAGE

   The  translation is done according to the rules in the 'character map',
   named in the file charmap. It has the following format:

   1.  Each line represents a translation entry, except  for  blank  lines
       and comment lines, which are ignored.

   2.  Any amount of whitespace (space or tab) may precede the start of an
       entry.

   3.  Comment lines begin  with  #.   Everything  on  the  same  line  is
       ignored.

   4.  Each  entry  consists  of the Unicode codepoint of the character to
       translate, in hexadecimal, followed one space or tab,  followed  by
       the translation string, up to the end of the line.

   5.  The  translation  string  is taken literally, including any leading
       and trailing spaces (except the delimeter between the codepoint and
       the  translation  string), and all types of characters. The newline
       at the end is not included.

   The above format is intended  to  be  restrictive,  to  keep  utf8trans
   simple.   But   if   a   XML-based   format  is  desired,  there  is  a
   xmlcharmap2utf8trans script that comes with the docbook2X distribution,
   that  converts  character  maps  in  XSLT  2.0  format to the utf8trans
   format.

LIMITATIONS

   * utf8trans does not work with binary files,  because  malformed  UTF-8
     sequences  in  the  input  are  substituted  with  U+FFFD characters.
     However, null characters in the input  are  handled  correctly.  This
     limitation may be removed in the future.

   * There  is  no  way  to  include a newline or null in the substitution
     string.

AUTHOR

   Steve Cheng <stevecheng@users.sourceforge.net>.





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.