LaTeX does support these characters.
This commit is contained in:
parent
04ae300292
commit
eb34901017
1 changed files with 2 additions and 0 deletions
|
@ -99,6 +99,8 @@ foreach my $id (sort { sortFunction($a, $b); } @supporterIds) {
|
||||||
$postalAddress = $postalAddresses[0];
|
$postalAddress = $postalAddresses[0];
|
||||||
}
|
}
|
||||||
my $latexPostal = latex_encode($postalAddress);
|
my $latexPostal = latex_encode($postalAddress);
|
||||||
|
$latexPostal =~ s/\\unmatched\{0141\}/\L{}/g;
|
||||||
|
$latexPostal =~ s/\\unmatched\{0142\}/\l{}/g;
|
||||||
if ($latexPostal =~ /unmatched/) {
|
if ($latexPostal =~ /unmatched/) {
|
||||||
print "Skipping $id request for $sizeNeeded because the address has characters the post office will not accept\n Address was: ", encode('UTF-8', $postalAddress), "\n and became\n$latexPostal\n" if $VERBOSE;
|
print "Skipping $id request for $sizeNeeded because the address has characters the post office will not accept\n Address was: ", encode('UTF-8', $postalAddress), "\n and became\n$latexPostal\n" if $VERBOSE;
|
||||||
next;
|
next;
|
||||||
|
|
Loading…
Reference in a new issue