table of contents
- Tumbleweed 20240414-1.3
- Leap-16.0
- Leap-15.6
| unaexport | LOCAL | unaexport |
NAME¶
unaexport —
exports Unicode and ASCII (byte stream) text
SYNOPSIS¶
unaexport |
[-c codepage]
[-i input_format]
[-n newline_conversion]
[-o output_format]
[-BhlqvV] source |
DESCRIPTION¶
unaexport is a utility to export Unicode
and ASCII (byte stream) text
unaexport is part of the
libuna package. libuna is a
library to support Unicode and ASCII (byte stream) conversions
source is the source device to read from.
The options are as follows:
-B- do not export a byte order mark (BOM)
-Acodepage- the codepage of byte-stream, options: ascii (default), iso-8559-1, iso-8559-2, iso-8559-3, iso-8559-4, iso-8559-5, iso-8559-6, iso-8559-7, iso-8559-8, iso-8559-9, iso-8559-10, iso-8559-11, iso-8559-13, iso-8559-14, iso-8559-15, iso-8559-16, koi8-r, koi8-u, windows-874, windows-1250, windows-1251, windows-1252, windows-1253, windows-1254, windows-1255, windows-1256 windows-1257 or windows-1258
-h- shows this help
-iinput_format- the input format, options: auto-detect (default), utf7, utf8, utf16be, utf16le, utf32be or utf32le
-l- list information about the codepages
-nnewline_conversion- convert newline characters, options: none (default), cr, crlf or lf
-ooutput_format- the output format, options: byte-stream, utf7, utf8 (default), utf16be, utf16le, utf32be or utf32le
-q- quiet shows no status information
-v- verbose output to stderr
-V- print version
ENVIRONMENT¶
None
FILES¶
None
EXAMPLES¶
# unaexport -c windows-1250 -i byte_stream -o utf8 source.txt destination.txt
unaexport 20110108 (libuna 20110108)
Exporting:
source: source.txt
of format: auto detect
destination: destination.txt
of format: UTF-8
export byte order mark: yes
newline conversion: none
Export started at: Sat Jan 8 09:09:23 2011
This could take a while.
Status: exported 492 bytes
in 0 second(s).
Export completed at: Sat Jan 8 09:09:23 2011
Exported: 492 bytes in 0 second(s).
DIAGNOSTICS¶
Errors, verbose and debug output are printed to stderr when verbose output -v is enabled. Verbose and debug output are only printed when enabled at compilation.
BUGS¶
Please report bugs of any kind to <joachim.metz@gmail.com> or on the project website: https://github.com/libyal/libuna/
AUTHOR¶
These man pages were written by Joachim Metz.
COPYRIGHT¶
Copyright (C) 2008-2024, Joachim Metz <joachim.metz@gmail.com>. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| April 10, 2019 | libuna |