#2560: browser requests fail with an exception related to svn
---------------------------------------+------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  cboos   
     Type:  defect                     |       Status:  assigned
 Priority:  normal                     |    Milestone:          
Component:  tracd                      |      Version:  0.9.2   
 Severity:  normal                     |   Resolution:          
 Keywords:                             |  
---------------------------------------+------------------------------------
Comment (by [EMAIL PROTECTED]):

 I fixed this problem by applying the following patch to GNU libiconv
 1.9.2, regenerating lib/aliases.gperf and lib/aliases.h using
 Makefile.devel, and rebuilt it.

 {{{
 Index: lib/encodings.def
 ===================================================================
 --- lib/encodings.def.orig      2006-06-09 11:28:55.861092000 -0500
 +++ lib/encodings.def   2006-06-09 12:19:58.081380000 -0500
 @@ -38,6 +38,7 @@

  DEFENCODING(( "US-ASCII",               /* IANA */
                "ASCII",                  /* IANA, JDK 1.1 */
 +              "646",                    /* Solaris */
                "ISO646-US",              /* IANA */
                "ISO_646.IRV:1991",       /* IANA */
                "ISO-IR-6",               /* IANA */
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2560>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to