Commit 9a563aac authored by Noel Gordon's avatar Noel Gordon Committed by Commit Bot

[filesapp] Add utf8.txt integration test resource

Includes 🙂 face character, samples from different languages, Dingbats
and Math characters, Greek letters, Runes, etc:

  Hello नोपहिनस्ति أن 害
  色は匂へど 散りぬるを
  κόσμε ᚹᛦᛗ コンニチハ
  волн ապակի Կրնամ
  їсти मुझे |∊🙂

Note the file is pure text with no UTF-8 BOM (Byte Order Marks) at the
start of the file.

Not used in anywhere in the code as yet.

Bug: 1064855
No-try: true
Change-Id: I34409215ec22aacea6a872cbc87241f27ab35e03
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425545
Commit-Queue: Noel Gordon <noel@chromium.org>
Reviewed-by: default avatarFrançois Degros <fdegros@chromium.org>
Reviewed-by: default avatarJeremie Boulic <jboulic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809706}
parent 8f088c62
Hello नोपहिनस्ति أن 害
色は匂へど 散りぬるを
κόσμε ᚹᛦᛗ コンニチハ
волн ապակի Կրնամ
їсти मुझे |∊☀✌✂♁ 🙂
...@@ -724,6 +724,17 @@ const ENTRIES = { ...@@ -724,6 +724,17 @@ const ENTRIES = {
typeText: 'Plain text', typeText: 'Plain text',
}), }),
utf8Text: new TestEntryInfo({
type: EntryType.FILE,
sourceFileName: 'utf8.txt',
targetPath: 'utf8.txt',
mimeType: 'text/plain',
lastModifiedTime: 'Sep 4, 1998, 12:34 PM',
nameText: 'utf8.txt',
sizeText: '191 bytes',
typeText: 'Plain text',
}),
mHtml: new TestEntryInfo({ mHtml: new TestEntryInfo({
type: EntryType.FILE, type: EntryType.FILE,
sourceFileName: 'page.mhtml', sourceFileName: 'page.mhtml',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment