1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11/xfree86_xkb_xml/files/patch-intltool-merge.in
Joe Marcus Clarke d707be32ab Fix the build on -STABLE.
Reported by:	bento via kris
2003-10-31 19:50:22 +00:00

12 lines
376 B
Plaintext

--- intltool-merge.in.orig Fri Oct 31 14:46:55 2003
+++ intltool-merge.in Fri Oct 31 14:47:27 2003
@@ -381,7 +381,7 @@
{
my ($pre_encoded) = @_;
- my @list_of_chars = unpack ('U*', $pre_encoded);
+ my @list_of_chars = unpack ('C*', $pre_encoded);
if ($PASS_THROUGH_ARG) {
return join ('', map (&entity_encode_int_even_high_bit, @list_of_chars));