commit -- Bug in latin chars when CAPS LOC on


Subject: commit -- Bug in latin chars when CAPS LOC on
From: Aaron Lehmann (aaronl@vitelus.com)
Date: Sat Jul 22 2000 - 13:52:26 CDT


Commited. In the future, please use the -u diff option.
http://www.abisource.com/~sam/docs/cvs-diff.html is a good read.

______________________________________________________________________

Quick hack to make accented characters work with caps lock down. Patch
from Jarmo Karvonen <jarmo@dawn.joensuu.fi>.
CVS:
----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: src/af/ev/xp/ev_EditBinding.cpp
CVS:
----------------------------------------------------------------------

On Sat, 22 Jul 2000, Jarmo Karvonen wrote:

> If I put CAPS LOG on and write letters
> Ä Å or Ö abiword fails.
> I make quick and ... solution for it
>
> diff ev_EditBinding.cpp /home/karvonen/abiword/abi/src/af/ev/xp/ev_EditBinding.cpp
> 192a193,196
> > if (n_evk >= 257)
> > {
> > n_evk = n_evk - 65280; // quick fix
> > }
>
> Maybe someone can tell why this can happend...
>
> This was commend above this code...
> // TODO Note[1] we currently limit the range on regular (non-nvk)
> // TODO Note[1] keys to 256. This is probably OK for Latin1, but
> // TODO Note[1] will probably need to be re-addressed later.
>
>
> --
>
> Jarmo Karvonen
>
>
>



This archive was generated by hypermail 2b25 : Sat Jul 22 2000 - 13:52:37 CDT