Commit 9f6e441
fix(countries): normalise postal_code_format alternative-separator to | (BM, TW)
The convention used by GB/GG/IM/JE/BH/IR/LB/NL/PY/SH/AU-territories is to
separate alternative postal code formats with the pipe character. Two
outliers used non-standard separators:
BM '@@ ## or @@ @@' -> '@@ ##|@@ @@'
TW '###/#####/######' -> '###|#####|######'
Pure-cosmetic — neither postal_code_regex changes, no postcode rows touched,
no FK or geometry impact. This makes downstream postal-format parsers (e.g.
csc-validator) consistent across all 13 multi-format countries.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4069a81 commit 9f6e441
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1732 | 1732 | | |
1733 | 1733 | | |
1734 | 1734 | | |
1735 | | - | |
| 1735 | + | |
1736 | 1736 | | |
1737 | 1737 | | |
1738 | 1738 | | |
| |||
14384 | 14384 | | |
14385 | 14385 | | |
14386 | 14386 | | |
14387 | | - | |
| 14387 | + | |
14388 | 14388 | | |
14389 | 14389 | | |
14390 | 14390 | | |
| |||
0 commit comments