X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/791ec5ee38c446e3b61227a3b728c4b63f0318e3..2b719dc0950d9e160458490cb1c69b7cd37d240d:/Shiar_Sheet/FormatChar.pm diff --git a/Shiar_Sheet/FormatChar.pm b/Shiar_Sheet/FormatChar.pm index c0a4cb0..c93a48a 100644 --- a/Shiar_Sheet/FormatChar.pm +++ b/Shiar_Sheet/FormatChar.pm @@ -10,7 +10,7 @@ use PLP::Functions 'EscapeHTML'; our $VERSION = '1.08'; -our $uc = do 'unicode-char.inc.pl'; +our $uc = do 'data/unicode-char.inc.pl'; sub new { my ($class) = @_; @@ -86,7 +86,7 @@ sub cell { if ($self->{style} eq 'univer') { if ($input =~ /\p{age=unassigned}/) { # check include for assignments after unicode 6.0 (perl v5.14) - state $agemap = do 'unicode-age.inc.pl'; + state $agemap = do 'data/unicode-age.inc.pl'; my $version = $agemap->{$codepoint}; push @class, $version ? 'l2' : 'l1'; }