diff options
author | marha <marha@users.sourceforge.net> | 2011-01-29 18:43:24 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-29 18:43:24 +0000 |
commit | cacf23d832a26e35851c9cc666304ac72cf8fe34 (patch) | |
tree | 025ba144495071f7066d80cb6400cd990276b754 /libX11/nls | |
parent | c4d402326310d620866b1ad82ef0691526e2c311 (diff) | |
download | vcxsrv-cacf23d832a26e35851c9cc666304ac72cf8fe34.tar.gz vcxsrv-cacf23d832a26e35851c9cc666304ac72cf8fe34.tar.bz2 vcxsrv-cacf23d832a26e35851c9cc666304ac72cf8fe34.zip |
libXext libfontenc libXau libX11 libXinerama mesa libXdmcp git update 28 jan 2011
Diffstat (limited to 'libX11/nls')
-rw-r--r-- | libX11/nls/compose-chart.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/nls/compose-chart.pl b/libX11/nls/compose-chart.pl index b9b6ff916..c38ae8320 100644 --- a/libX11/nls/compose-chart.pl +++ b/libX11/nls/compose-chart.pl @@ -270,7 +270,7 @@ sub make_compose_chart { $action =~ s{^\s*"\\[0-7]+"}{"&#$char;"};
}
}
- $action =~ s{^\s*"(.+)"}{"<literal>$1</literal>"};
+ $action =~ s{^\s*"(.+)"}{"$1"};
print $OUTPUT
qq(<row><entry>),
|