Skip to content
Novus Examples
txt89 B

Latin-1 (ISO-8859-1) Text

A single-byte Latin-1 (ISO-8859-1) text file using high-range accented characters — for testing legacy 8-bit charset detection and transcoding to UTF-8.

Preview — first 4 linestxt
Latin-1 (ISO-8859-1) sample.
Accents: � � � � � � - symbols: � � � � � � �.
Free to use.

Specifications

Encoding
ISO-8859-1 (Latin-1)
Line Endings
LF
Has BOM
false
Bytes
89

What is a .txt file?

TXT is a plain-text file containing unformatted character data with no styling or structure beyond line breaks. Its interpretation depends on character encoding, most commonly UTF-8, and on line-ending convention. It is the most universal and portable text container.

How to use this file

Use an example TXT to test encoding detection, line-ending (LF versus CRLF) handling, and any tool that reads or streams raw text input.

Generated by generation/text_encoding.py. Free for any use, no attribution required — license.