Re: [PATCH] Cedilla

Kurt Garloff (garloff@suse.de)
Tue, 10 Aug 1999 00:38:08 +0200


--rQ2U398070+RC21q
Content-Type: multipart/mixed; boundary=zx4FCpZtqtKETZ7O

--zx4FCpZtqtKETZ7O
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

On Mon, Aug 09, 1999 at 07:02:19PM +0200, Kurt Garloff wrote:
> Please apply. Or tell me of a better solution.

As some people pointed out (THANKS!):
Like half of the times (and fortunately, I'm not the only one that this
applies to), I forgot to really attach the patch. Grrr!
[It seems the problem is that you can't specify the attachment during
writing but only after. Unfortunately, this can't be solved w/o MUA/editor
inegration, which I also don't like]

Regards,
--=20
Kurt Garloff <garloff@suse.de> Wuppertal, FRG
PGP2 key: See mail header, key servers Linux kernel development
SuSE GmbH, N=FCrnberg, FRG SCSI drivers: tmscsim(DC390), DC395

--zx4FCpZtqtKETZ7O
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=2210-defkeymap
Content-Transfer-Encoding: quoted-printable

--- linux/drivers/char/defkeymap.c~ Fri Feb 24 20:38:27 1995
+++ linux/drivers/char/defkeymap.c Sun Aug 8 18:16:21 1999
@@ -233,6 +233,7 @@
{'A', 'A', '\305'}, {'a', 'a', '\345'},
{'A', 'E', '\306'}, {'a', 'e', '\346'},
{',', 'C', '\307'}, {',', 'c', '\347'},
+ {'\'', 'C', '\307'}, {'\'', 'c', '\347'},
{'`', 'E', '\310'}, {'`', 'e', '\350'},
{'\'', 'E', '\311'}, {'\'', 'e', '\351'},
{'^', 'E', '\312'}, {'^', 'e', '\352'},
@@ -259,4 +260,4 @@
{'s', 'z', '\337'}, {'i', 'j', '\377'},
};
=20
-unsigned int accent_table_size =3D 68;
+unsigned int accent_table_size =3D 70;

--zx4FCpZtqtKETZ7O--

--rQ2U398070+RC21q
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3i

iQCVAwUBN69YUBaQN/7O/JIVAQGhDQP8Dd/2v96X3tOtugCWwaqeJXWTXrjeiQbg
SVYoCWkshJw9EfPryZk65+tzo5d2/+Yta6TuzqxvxHdQG4DzJbiD0Bdq6/zYZbMq
GDtwFb9Qhb43OpFqVq6ebRN3LfLxa0A8dXv9xoihTsaxvv5kyU6QM7Ys36PU5CUy
sFKfpQxo/Cs=
=eaQa
-----END PGP SIGNATURE-----

--rQ2U398070+RC21q--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/