Skip to content
Novus Examples
txt190 B

UTF-8 Text with BOM (CRLF)

A UTF-8 text file that starts with a byte-order mark (EF BB BF) and uses Windows (CRLF) line endings — for testing BOM handling and line-ending detection.

Preview — first 5 linestxt
Novus Examples — text encoding sample.
Café ünïcodé characters: é ü ñ ç ø å.
Symbols: © ® ™ € £ ¥ · — “curly quotes”.
This file is free to use for any purpose.

Specifications

Encoding
UTF-8 with BOM
Line Endings
CRLF (\r\n)
Has BOM
true
Bytes
194

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/docs_text.py. Free for any use, no attribution required — license.