For my link archive: GitHub – Libaud/POLCLVCLISO: Pascal Object LCL and VCL ISO standards implementation for CodeTyphon, Delphi, Lazarus
It implements these standards:
- ISO standard 3166-1, 3166-2, 3166-3 implementation
- (all part of the ISO 3166 – Wikipedia that “defines codes for the names of countries, dependent territories, special areas of geographical interest, and their principal subdivisions)”
- ISO standard 4217 implementation
- ISO 4217 – Wikipedia “delineates currency designators, country codes (alpha and numeric)” where the country codes are the same as in ISO 3166
- ITU E.164 standard implementation
- E.164 – Wikipedia “E.164 defines a general format for international telephone numbers. Plan-conforming numbers are limited to a maximum of 15 digits, excluding the international call prefix.”
A library like this needs monitoring the standards changes, so hopefully Libaud will do that.
Some of my posts related to ISO 3166 are below.
–jeroen
Related:
- Please write dates and times so that everyone understands them, not just you. xkcd: ISO 8601
- INFORMATION_SCHEMA views in various databases
- Google Calendar – printing multiple months or weeks to PDF – URL parameter tips and tricks