Skip to content
Novus Examples
txt159 B

Right-to-Left / Bidi Text

A UTF-8 file mixing left-to-right and right-to-left scripts (Arabic and Hebrew alongside English) — for testing bidirectional text handling, reordering, and rendering.

Preview — first 5 linestxt
Bidirectional text sample.
Arabic: مرحبا بالعالم (hello world).
Hebrew: שלום עולם (hello world).
Mixed run: the word سلام means peace.

Specifications

Encoding
UTF-8
Scripts
Latin + Arabic + Hebrew
Direction
bidirectional
Bytes
159

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.