From 21662a4e0d57b25ad7d5673500aec501a37ad14c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Tue, 21 Jul 2026 10:53:28 +0200 Subject: [PATCH] Update registrations.js to handle F-Bxxx french plates --- public_html/registrations.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/registrations.js b/public_html/registrations.js index 1c44a8789..41ce5972f 100644 --- a/public_html/registrations.js +++ b/public_html/registrations.js @@ -28,6 +28,7 @@ registration_from_hexid = (function () { var stride_mappings = [ { start: 0x008011, s1: 26*26, s2: 26, prefix: "ZS-" }, + { start: 0x380000, s1: 1024, s2: 32, prefix: "F-B" }, { start: 0x390000, s1: 1024, s2: 32, prefix: "F-G" }, { start: 0x398000, s1: 1024, s2: 32, prefix: "F-H" },