diff --git a/server/normalization/characters/identifiers.xml b/server/normalization/characters/identifiers.xml
index 360d6f0..d42a6af 100644
--- a/server/normalization/characters/identifiers.xml
+++ b/server/normalization/characters/identifiers.xml
@@ -900,9 +900,10 @@
Amy
amy
-
+
Voice of Thomas Dean
- voice-of-thomas-dean
+ Voice of {Thomas Dean}
+ thomas-dean
DunMiff/sys
@@ -929,7 +930,7 @@
Voice #2 on phone
- voice--on-phone
+ voice-on-phone
Nick
diff --git a/server/normalization/compile/4-03.xml b/server/normalization/compile/4-03.xml
index 10ed6f0..dfc279f 100644
--- a/server/normalization/compile/4-03.xml
+++ b/server/normalization/compile/4-03.xml
@@ -547,9 +547,9 @@
I told you I don't want you doing these things in here. You can use your own office or do it in the hall.
- Voice of Thomas Dean
+ Voice of {Thomas Dean}
- voice-of-thomas-dean
+ thomas-dean
@@ -4617,7 +4617,7 @@
Voice #2 on phone
- voice--on-phone
+ voice-on-phone
diff --git a/server/normalization/main.py b/server/normalization/main.py
index 7924bbd..5a0b199 100644
--- a/server/normalization/main.py
+++ b/server/normalization/main.py
@@ -530,6 +530,7 @@ def check(verbose: bool) -> None:
# TODO: Check for values in meta.json that are null
# TODO: Check for values in meta.json that are not referenced anywhere in identifiers.xml
+ # TODO: Check for character IDs in identifiers.xml that don't look correct (voice--on-phone)
if __name__ == '__main__':