Skip to content

Commit 7a9b852

Browse files
committed
Mark more Romanian CNP county codes as valid
According to https://ro.wikipedia.org/wiki/Carte_de_identitate_rom%C3%A2neasc%C4%83#Seriile_c%C4%83r%C8%9Bilor_de_identitate_(%C3%AEn_modelele_emise_%C3%AEnainte_de_2021) 70 is used to represent any registration, regardless of county but while multiple documents claim 80-83 are also valid it is unclear what they represent. Closes #489
1 parent 7ca9b6c commit 7a9b852

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

stdnum/ro/cnp.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cnp.py - functions for handling Romanian CNP numbers
22
# coding: utf-8
33
#
4-
# Copyright (C) 2012-2020 Arthur de Jong
4+
# Copyright (C) 2012-2025 Arthur de Jong
55
#
66
# This library is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU Lesser General Public
@@ -110,6 +110,11 @@
110110
'48': 'Bucuresti - Sector 8 (desfiintat)',
111111
'51': 'Calarasi',
112112
'52': 'Giurgiu',
113+
'70': 'Any',
114+
'80': 'Unknown',
115+
'81': 'Unknown',
116+
'82': 'Unknown',
117+
'83': 'Unknown',
113118
}
114119

115120

0 commit comments

Comments
 (0)