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.

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.2.tar.gz (4.1 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.2-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: utf8cleaner-0.0.2.tar.gz
  • Upload date:
  • Size: 4.1 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.2.tar.gz
Algorithm Hash digest
SHA256 eef956329bbf94352120b4893cad9b46f3fd32e25edd7be6c490df447531c7f0
MD5 9eb79615162d75f14805d9371c3362a3
BLAKE2b-256 2ce8b5a11589825b5fd61475b45c055b68c1909a4829b6f2449e4496874e387b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: utf8cleaner-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 4.7 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bc447b12ebdedad15c1f18141e1375db417e0ed98b09016051eec731f36e7da6
MD5 81e039f03ed071380c68a2a21b45e4a5
BLAKE2b-256 fa93a29d6f9aa750975527b11723ce13b2d64996e5f74c4436b415e54db6e4b6

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