]> git.pld-linux.org Git - packages/BitchX.git/blame - BitchX-iso2.patch
dirty patch for using ISO8859-2
[packages/BitchX.git] / BitchX-iso2.patch
CommitLineData
a1779123 1diff -ru BitchX/source/output.c BitchX.AX/source/output.c
2--- BitchX/source/output.c Tue Jan 4 08:27:26 2000
3+++ BitchX.AX/source/output.c Sat Jan 29 23:41:06 2000
4@@ -49,17 +49,17 @@
5
6 void charset_ibmpc (void)
7 {
8- fwrite("\033(U", 3, 1, current_ftarget); /* switch to IBM code page 437 */
9+// fwrite("\033(U", 3, 1, current_ftarget); /* switch to IBM code page 437 */
10 }
11
12 void charset_lat1 (void)
13 {
14- fwrite("\033(B", 3, 1, current_ftarget); /* switch to Latin-1 (ISO 8859-1) */
15+// fwrite("\033(B", 3, 1, current_ftarget); /* switch to Latin-1 (ISO 8859-1) */
16 }
17
18 void charset_cst(void)
19 {
20- fwrite("\033(K", 3, 1, current_ftarget); /* switch too user-defined */
21+// fwrite("\033(K", 3, 1, current_ftarget); /* switch too user-defined */
22 }
23
24 /* currently not used. */
This page took 0.044574 seconds and 4 git commands to generate.