bug-gnu-libiconv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gnu-libiconv] libiconv on FreeBSD 10 don't convert utf-8 -> wchar_t


From: Bruno Haible
Subject: [bug-gnu-libiconv] libiconv on FreeBSD 10 don't convert utf-8 -> wchar_t
Date: Mon, 28 Nov 2016 11:37:05 +0100
User-agent: KMail/4.8.5 (Linux/3.8.0-44-generic; KDE/4.8.5; x86_64; ; )

kora wrote in 
<http://lists.gnu.org/archive/html/bug-gnu-libiconv/2015-10/msg00000.html>:
> I try to port my software written in C++ to FreeBSD 10.2.
> I need to convert strings
> "utf-8 -> wchar_t" respectively
> "wchar_t -> utf-8"
>
> Using the "libiconv" converter  libraryit returns Errno 86
> if the string contains a non ANSII character.

errno 86 is EILSEQ.

There are many things that may be wrong. Without showing the C++ code that you
use for the conversion and the -L / -l options that indicate to which library
you're linking to, it's too hard to guess what might be wrong.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]