I think that this was just a typo.
---
src/libpspp/i18n.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libpspp/i18n.c b/src/libpspp/i18n.c
index 6cb721a..c0deb11 100644
--- a/src/libpspp/i18n.c
+++ b/src/libpspp/i18n.c
@@ -300,7 +300,7 @@ i18n_done (void)
bool
valid_encoding (const char *enc)
{
- iconv_t conv = iconv_open ("UTF8", enc);
+ iconv_t conv = iconv_open (UTF8, enc);
if ( conv == (iconv_t) -1)
return false;
--
1.7.1
_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev