Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
ushare
util_iconv.c.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File util_iconv.c.patch of Package ushare
--- src/util_iconv.c.orig 2007-12-09 16:03:36.000000000 +0300 +++ src/util_iconv.c 2011-02-23 09:42:38.520636704 +0300 @@ -24,6 +24,7 @@ #include <errno.h> #include "util_iconv.h" +#include "trace.h" #if HAVE_ICONV #include <iconv.h> @@ -50,6 +51,8 @@ */ if (strcmp (mycodeset, UTF8)) { + log_info ("Setting up codeset conversion to %s from %s.\n", UTF8, mycodeset); + cd = iconv_open (UTF8, mycodeset); if (cd == (iconv_t) (-1)) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor