Number Separators
Decimal and grouping separators are locale-dependent symbols whose incorrect substitution can change numerical meaning.
NUM_FORMATDefinition
A comma can be a grouping mark in one locale and a decimal mark in another. Typography must preserve the intended value and often follow the dominant pattern of the document or data source.
BAD vs GOOD
1,200.50 beside 1 200,50 without a documented locale change
EN US: 1,200.50 · FR: 1 200,50
Why it matters
Blind conversion can multiply or divide the apparent value by orders of magnitude.
Rule strength
Locale-dependent semantic convention. This is not an absolute linguistic law; locale, genre, content, and house style can change the correct decision.
Exceptions and editorial considerations
- Scientific notation, software formats, financial systems, and imported datasets can prescribe fixed separators.
- Latin American conventions vary by market.
How to fix it manually
- Confirm numeric meaning and source locale.
- Choose the correct grouping character and decimal symbol.
- Normalize like-for-like content, not every punctuation mark in the document.
Adobe InDesign guidance
Avoid generic period/comma replacement. Work from validated data patterns and preserve tabular alignment and non-breaking grouping.
How Avellio detects it
Avellio emits NUM_FORMAT for mixed separator conventions against the resolved locale and dominant document pattern.
Preview/manual only; Avellio does not rewrite separators automatically.
Language and locale differences
EN USEN UKEN AUEN NZComma grouping and decimal point are the Avellio profile model.
DEFRCZPLITESPTBRDecimal comma is common; grouping may use dot, space, or locale-specific convention.
DE CHFR CHIT CHCH MixSwiss profiles recognize apostrophe-like grouping conventions.
Authoritative references
- Avellio User Manual — Locale profile referenceAvellio product source
- Unicode CLDR — Number and currency patternsLocale data standard
Avellio references document product behavior. External standards and authorities support the general or locale-specific typographic guidance. Where traditions disagree, this page states the disagreement instead of manufacturing one universal rule.