Kornel Benko wrote:
Am Mittwoch, 15. November 2006 17:09 schrieb Georg Baum:
From this I suspect that your iconv can't handle latin9. If that is true the
attached patch (which should go in anyway) should help, and you should also
see an error message on the console from iconv_open.
It still crashes.
Does this patch helps?
Abdel.
Index: src/support/unicode.C
===================================================================
--- src/support/unicode.C (revision 15933)
+++ src/support/unicode.C (working copy)
@@ -52,10 +52,6 @@
IconvProcessor::~IconvProcessor()
{
- if (iconv_close(pimpl_->cd) == -1) {
- lyxerr << "Error returned from iconv_close("
- << errno << ")" << endl;
- }
delete pimpl_;
}