Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37039840
en ru br
ALT Linux repos
S:3.7-alt2.qa1
5.0: 3.7-alt2
4.1: 3.5-alt2
4.0: 3.5-alt1.0
3.0: 3.3-alt1

Group :: Editors
RPM: joe

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: joe-3.5-cp1251.patch
Download


--- joe-3.5/utf8.c.orig	2006-07-19 03:18:53 +0300
+++ joe-3.5/utf8.c	2008-02-14 17:36:20 +0200
@@ -287,6 +287,7 @@
 
     if (zstr(l, USTR "KOI8-R")) return USTR "KOI8-R";
     if (zstr(l, USTR "KOI8-U")) return USTR "KOI8-U";
+    if (zstr(l, USTR "CP1251")) return USTR "CP1251";
     if (zstr(l, USTR "620")) return USTR "TIS-620";
     if (zstr(l, USTR "2312")) return USTR "GB2312";
     if (zstr(l, USTR "HKSCS")) return USTR "Big5HKSCS";   /* no MIME charset */
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin