From 0f11c229f7099f7c5aeed4691b358dca151dac7d Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Thu, 27 Jan 2011 00:31:23 -0700 Subject: Remove tags from compose-chart.pl so pdf building doesn't die on soft-hyphens. Signed-off-by: Matt Dew Signed-off-by: Alan Coopersmith --- nls/compose-chart.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nls/compose-chart.pl b/nls/compose-chart.pl index fe56d4ec..c901e705 100755 --- a/nls/compose-chart.pl +++ b/nls/compose-chart.pl @@ -270,7 +270,7 @@ sub make_compose_chart { $action =~ s{^\s*"\\[0-7]+"}{"&#$char;"}; } } - $action =~ s{^\s*"(.+)"}{"$1"}; + $action =~ s{^\s*"(.+)"}{"$1"}; print $OUTPUT qq(), -- cgit v1.2.3