summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Unicode/UCD.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm
index 221c1c4902..b0dc4ca5ef 100644
--- a/lib/Unicode/UCD.pm
+++ b/lib/Unicode/UCD.pm
@@ -3303,7 +3303,7 @@ RETRY:
# to indicate that need to add code point to it.
$format = 'ar';
}
- elsif ($format ne 'n') {
+ elsif ($format ne 'n' && $format ne 'a') {
# All others are simple scalars
$format = 's';