Skip to main content

remove non-UTF8 bytes from an input file and write a cleaned up version

Project description

utf8cleaner

Read a file byte-by-byte to and strip any byte sequences that have no UTF8 equivalent and strip them

Installation

pip install utf8cleaner

Note: requires python 3

Usage

utf8cleaner --input FILENAME

Will read FILENAME and write to FILENAME.clean

Why would I want to do this?

Sometimes when exporting and importing data, there are byte sequences that prevent data being imported. To fix this you would otherwise have to do one or more of:

  • Manually edit the source data in its native application (eg backspace invisible characters) in JIRA fields
  • Edit the file with a hex editor and look for known-bad values (eg copyright symbol)
  • Do something smart with perl/vi/sed to find and replace known bad byte patterns

This simple utility fixes these problems in one hit.

Where do these strange characters come from?

Number one culprit: copy and paste from outlook. This often introduces invisible whitespace errors (spaces that are not spaces...) along with "pretty" quotes, etc.

Other sources including copying and pasting from files with the old ISO8859 character encodings

Can I see an example file that demonstrates this issue?

examples/test.txt

There is a copyright symbol at the end of the file that needs replacing

What exactly is the problem?

iso8859 represents symbols as a single byte, eg the copyright symbol would be represented by the single hex byte:

0xA9

UTF8 uses two bytes to represent such characters, eg:

0xC2 0xA9

Since UTF-8 is a variable width character encoding scheme, it will use from 1 to 4 bytes to encode a single symbol. This is how it is able to represent all kinds of new symbols we take for granted such as emojii and CJK characters.

TODO

  • Make sure we don't break correctly encoded sequences, eg by processing 0xC2 and OxA9 independently
    • Test: examples/good.txt should not error - it currently does
  • Lookup table to "fix" known trouble makers such as copyright symbol

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

utf8cleaner-0.0.1.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

utf8cleaner-0.0.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file utf8cleaner-0.0.1.tar.gz.

File metadata

  • Download URL: utf8cleaner-0.0.1.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for utf8cleaner-0.0.1.tar.gz
Algorithm Hash digest
SHA256 c67f50e2d2a0e96405f79740799bd8dfb0eb9e491d242342c86faa9eb21096de
MD5 c70cfb59f5a2eee639104ccb07e6d42a
BLAKE2b-256 f10d6f10b9268fd0a0feb2a99a80fac8276a52174fa978ec61103cf5804fe77d

See more details on using hashes here.

File details

Details for the file utf8cleaner-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: utf8cleaner-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for utf8cleaner-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e6f21264fc6b75bc96a8c11d2568bf37d96f92e6b978d2f26cc4c8386d39807b
MD5 26e8f2e0f203b42a75c52dc67f098134
BLAKE2b-256 493302adabb396faa3c153d51dc63c30256903d95b223eb3a6eb161429c43c57

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page