From e4315a0496dc16565c53927e9cc729e5119404aa Mon Sep 17 00:00:00 2001 From: Slawa Date: Mon, 26 Feb 2018 10:30:05 +0800 Subject: [PATCH] Taiwan ID. The initial letter must be capitalized p->P Every citizen has a unique ID number. A valid National Identification number consists of one letter and nine-digits. The initial letter depends on the place of one's first household registration. https://en.wikipedia.org/wiki/National_Identification_Card_(Republic_of_China) --- src/Faker/Provider/zh_TW/Person.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Faker/Provider/zh_TW/Person.php b/src/Faker/Provider/zh_TW/Person.php index 1ae720271f..e0071befca 100644 --- a/src/Faker/Provider/zh_TW/Person.php +++ b/src/Faker/Provider/zh_TW/Person.php @@ -22,7 +22,7 @@ class Person extends \Faker\Provider\Person 'M' => 21, 'N' => 22, 'O' => 35, - 'p' => 23, + 'P' => 23, 'Q' => 24, 'T' => 27, 'U' => 28,