Scroll to navigation

TMXSPLIT(1p) User Contributed Perl Documentation TMXSPLIT(1p)

NAME

tmxsplit - splits a TMX file several files, one for each language

SYNOPSIS

 tmxsplit f.tmx f2.tmx ...
 tmxsplit -twente f.tmx

DESCRIPTION

splits a TMX file in several files (one per language) and puts a tag "tu id=..." in each translation unit.
The names for output files is based on the first tmx file supplied.

Options

 -twente  -- makes a format compatible with twente-aligner
 -latin1  -- a make latin1-encoded output
 -utf8    -- a make   utf8-encoded output
 -q       -- don't print filenames and "."
 -cutmaxlen=n -- cut translations by the n character

AUTHOR

Alberto Simo~es, albie@di.uminho.pt
J.Joao Almeida, jj@di.uminho.pt

SEE ALSO

perl(1).
tmx2cqp(1)
2012-06-06 perl v5.14.2