Skip to content

Commit 419ec8b

Browse files
authored
[benchmark] Use for ISO 639-3 language variants
Matched the part of the ISO standard used for language code to match one used on https://www.unicode.org/udhr/translations.html (I plan to use the Universal Declaration of Human Rights as corpus for string testing.)
1 parent 9857b0d commit 419ec8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/Naming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ legacy-style).
130130
Prefer **`Char`** to `Character`, which can be combined with codepage or
131131
language prefix/suffix when necessary (`EmojiChar`, `ASCIIChar`). For benchmarks
132132
that measure `String`'s Unicode performance for various languages, use
133-
[two letter codes](https://en.wikipedia.org/wiki/ISO_639-1) instead of spelling
134-
out the whole language names.
133+
the [three letter codes](https://en.wikipedia.org/wiki/ISO_639-3) instead of
134+
spelling out the whole language names.
135135

136136
When necessary, use *consistent* abbreviations like `Str` and `Arr` within the
137137
benchmark family, to fit a system with descriptive names into 40 characters:

0 commit comments

Comments
 (0)