diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-11-10 19:35:10 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-11-10 21:02:08 -0700 |
commit | 04e9cbbbbda4dbde7526e50b8e55c816341004db (patch) | |
tree | 7ae5a77eb0bce3d2cb5b05c46af3d58ecf684c9d /lib | |
parent | 6cb05c1297bd28c9e4ce45c2a348975ba0ca440a (diff) | |
download | perl-04e9cbbbbda4dbde7526e50b8e55c816341004db.tar.gz |
utf8_heavy.pl: Pass up USER_DEFINED to outside swash
If a sub-swash is user-defined, then the master one is.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/utf8_heavy.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/utf8_heavy.pl b/lib/utf8_heavy.pl index 3ffce23eb8..08d901ff69 100644 --- a/lib/utf8_heavy.pl +++ b/lib/utf8_heavy.pl @@ -583,6 +583,8 @@ sub _loose_name ($) { } push @extras, $name => $subobj; $bits = $subobj->{BITS} if $bits < $subobj->{BITS}; + $user_defined = $subobj->{USER_DEFINED} + if $subobj->{USER_DEFINED}; } } } |