From f4c28a9f706ace79cf7bb7d599a74e913cba583f Mon Sep 17 00:00:00 2001 From: Csaba Palfi Date: Tue, 14 Aug 2018 14:29:43 +0200 Subject: [PATCH] docs: 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. --- doc/api/intl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/intl.md b/doc/api/intl.md index cce6661521c832..1d844500ccebbc 100644 --- a/doc/api/intl.md +++ b/doc/api/intl.md @@ -133,7 +133,7 @@ through either: ICU is able to automatically find and load a variety of data formats, but the data must be appropriate for the ICU version, and the file correctly named. -The most common name for the data file is `icudt5X[bl].dat`, where `5X` denotes +The most common name for the data file is `icudt6X[bl].dat`, where `6X` denotes the intended ICU version, and `b` or `l` indicates the system's endianness. Check ["ICU Data"][] article in the ICU User Guide for other supported formats and more details on ICU data in general.