NAME

unutf8 - Translate UTF8 encodings in text to legible text

SYNOPSIS

    unutf8 [options]

DESCRIPTION

unutf8 is a filter that translates UTF8 encodings in text to legible text. The data to be translated will be taken either from a file (if one was named on the command line) or from standard input.

In some cases, the input might have to be first passed through the cat -v command.

This script does not convert all UTF8 characters. It translates those commonly encountered by the author.

Character translations are taken from https://en.wikipedia.org/wiki/Windows-1252.

OPTIONS

unutf8 takes the following options:

AUTHOR

Wayne Morrison, wayne@waynemorrison.com

LICENSE

Copyright 2014 Wayne Morrison

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

SEE ALSO

fmt(1)