TXT use case

TXT Sample File for Encoding and Line Endings

Validate UTF-8, BOM, UTF-16LE, CRLF, and multilingual plain-text handling with real TXT fixtures that expose parser and ingestion edge cases.

115 B Manifest JSON SHA256
Starter file

Download

txt_utf8_bom_notes_sample.txt

115 B text/plain SHA256 c057cb9d96d2...
Checklist

Testing Steps

  1. Compare UTF-8, UTF-8 with BOM, and UTF-16LE ingestion paths before normalizing text inputs.
  2. Verify CRLF and mixed line-ending behavior in diff, import, and log-tail workflows.
  3. Confirm multilingual plain-text fixtures survive decoding, search, and export without silent corruption.
Companion fixtures

Related Variants

txt_utf16le_sample.txt

176 B · text/plain

Scarica

txt_crlf_log_sample.txt

134 B · text/plain

Scarica

txt_utf8_multilingual_sample.txt

94 B · text/plain

Scarica
Next steps

Related Pages