Thread (72 messages) flat view 72 messages, 20 authors, 2016-06-15

Re: [PATCH 01/12] Fake reencoding success under NO_ICONV instead of returning NULL.

From: Johannes Sixt <hidden>
Date: 2016-06-15 22:44:52

On Mittwoch, 2. Juli 2008, Steffen Prohaska wrote:
From: Johannes Sixt <redacted>

git-am when invoked from git-rebase seems to rely on successful conversion.
quoted hunk ↗ jump to hunk
diff --git a/utf8.h b/utf8.h
index 98cce1b..f22ef31 100644
--- a/utf8.h
+++ b/utf8.h
@@ -10,10 +10,6 @@ int is_encoding_utf8(const char *name);

 int print_wrapped_text(const char *text, int indent, int indent2, int
len);

-#ifndef NO_ICONV
 char *reencode_string(const char *in, const char *out_encoding, const char
*in_encoding); -#else
-#define reencode_string(a,b,c) NULL
-#endif

 #endif
I don't think that this is still needed. It dates back to the origins of 
mingw.git, at which time I did not have a working libiconv.

-- Hannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help