Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10332 - Bitchx
Summary: Bitchx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: phoen][x
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-06 11:26 UTC by Diego Palacios
Modified: 2006-02-04 06:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Palacios 2002-11-06 11:26:57 UTC
I don't know how to make a patch, but changing in the bitchx sources, 
/include/config.h:  
-#undef LATIN1 
+#define LATIN1 
the spanish users will be able to use all the keyboard.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2002-11-06 16:02:49 UTC
from config.h

/*
 * Normally BitchX uses only the IBMPC (cp437) charset.
 * Define LATIN1, if you want to see the standard Latin1 characters
 * (i.e. \304 \326 \334 \344 \366 \374 \337 <-> "A "O "U "a "o "u \qs ).
 *
 * You will still be able to see ansi graphics, but there will be some
 * smaller problems (i.e. after a PageUp).
 *
 * If you use xterm there is no easy way to use both fonts at the same
 * time.  You have to decide if you use the standard (latin1) fonts or
 * vga.pcf (cp437).
 *
 * Is here there any solution to use both fonts nethertheless ?
 */
Comment 2 Diego Palacios 2002-11-06 17:05:26 UTC
so, another package, bitchx-latin1 
Comment 3 phoen][x 2002-11-07 02:42:56 UTC
Maybe a useflag? Or a dynamic configuration?

-phoen][x-
Comment 4 Diego Palacios 2002-11-07 06:50:54 UTC
For example, I think the apt-get install bitchx in debian installs Bitchx with latin1 support, cause It shouldn't cause problems in other languages. 
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2002-11-07 11:58:49 UTC
you are right
Debians config.h:

#define LATIN1 ON
Comment 6 phoen][x 2002-11-11 13:21:31 UTC
I added that as bitchx-1.0.19-r3.ebuild - plays nice over here.
Give it a try and tell me if it works on your box.

-phoen][x-