Skip to content

Commit 127d2ca

Browse files
csabapalfirvagg
authored andcommitted
doc: bump ICU version to avoid confusion
ICU has been on 6X for a while but example file name in Intl docs still refers to it as 5X. It might be a small thing but I think it's good to update this to avoid confusion. PR-URL: #22313 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: George Adams <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 8f79a90 commit 127d2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/intl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ through either:
133133

134134
ICU is able to automatically find and load a variety of data formats, but the
135135
data must be appropriate for the ICU version, and the file correctly named.
136-
The most common name for the data file is `icudt5X[bl].dat`, where `5X` denotes
136+
The most common name for the data file is `icudt6X[bl].dat`, where `6X` denotes
137137
the intended ICU version, and `b` or `l` indicates the system's endianness.
138138
Check ["ICU Data"][] article in the ICU User Guide for other supported formats
139139
and more details on ICU data in general.

0 commit comments

Comments
 (0)