diff --git a/doc/api/intl.md b/doc/api/intl.md index faa5429bffdf06..ad7b670fae38d2 100644 --- a/doc/api/intl.md +++ b/doc/api/intl.md @@ -40,19 +40,19 @@ in [BUILDING.md][]. An overview of available Node.js and JavaScript features for each `configure` option: -| | `none` | `system-icu` | `small-icu` | `full-icu` -|-----------------------------------------|-----------------------------------|------------------------------|------------------------|------------ -| [`String.prototype.normalize()`][] | none (function is no-op) | full | full | full -| `String.prototype.to*Case()` | full | full | full | full -| [`Intl`][] | none (object does not exist) | partial/full (depends on OS) | partial (English-only) | full -| [`String.prototype.localeCompare()`][] | partial (not locale-aware) | full | full | full -| `String.prototype.toLocale*Case()` | partial (not locale-aware) | full | full | full -| [`Number.prototype.toLocaleString()`][] | partial (not locale-aware) | partial/full (depends on OS) | partial (English-only) | full -| `Date.prototype.toLocale*String()` | partial (not locale-aware) | partial/full (depends on OS) | partial (English-only) | full -| [WHATWG URL Parser][] | partial (no IDN support) | full | full | full -| [`require('buffer').transcode()`][] | none (function does not exist) | full | full | full -| [REPL][] | partial (inaccurate line editing) | full | full | full -| [`require('util').TextDecoder`][] | partial (basic encodings support) | partial/full (depends on OS) | partial (Unicode-only) | full +| | `none` | `system-icu` | `small-icu` | `full-icu` | +|-----------------------------------------|-----------------------------------|------------------------------|------------------------|------------| +| [`String.prototype.normalize()`][] | none (function is no-op) | full | full | full | +| `String.prototype.to*Case()` | full | full | full | full | +| [`Intl`][] | none (object does not exist) | partial/full (depends on OS) | partial (English-only) | full | +| [`String.prototype.localeCompare()`][] | partial (not locale-aware) | full | full | full | +| `String.prototype.toLocale*Case()` | partial (not locale-aware) | full | full | full | +| [`Number.prototype.toLocaleString()`][] | partial (not locale-aware) | partial/full (depends on OS) | partial (English-only) | full | +| `Date.prototype.toLocale*String()` | partial (not locale-aware) | partial/full (depends on OS) | partial (English-only) | full | +| [WHATWG URL Parser][] | partial (no IDN support) | full | full | full | +| [`require('buffer').transcode()`][] | none (function does not exist) | full | full | full | +| [REPL][] | partial (inaccurate line editing) | full | full | full | +| [`require('util').TextDecoder`][] | partial (basic encodings support) | partial/full (depends on OS) | partial (Unicode-only) | full | *Note*: The "(not locale-aware)" designation denotes that the function carries out its operation just like the non-`Locale` version of the function, if one