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
Checklist
Testing Steps
- Compare UTF-8, UTF-8 with BOM, and UTF-16LE ingestion paths before normalizing text inputs.
- Verify CRLF and mixed line-ending behavior in diff, import, and log-tail workflows.
- Confirm multilingual plain-text fixtures survive decoding, search, and export without silent corruption.
Companion fixtures
Related Variants
Next steps