texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] Errors while trying to get the sympy plugin latex outp


From: rdeterre
Subject: Re: [Texmacs-dev] Errors while trying to get the sympy plugin latex output to work
Date: Thu, 12 Sep 2013 09:22:36 -0700 (PDT)

Hi,

Thanks for your quick answer. The output of this command is :

ICONV_OPEN(3)              Linux Programmer's Manual            
ICONV_OPEN(3)



NAME
       iconv_open - allocate descriptor for character set conversion

SYNOPSIS
       #include <iconv.h>

       iconv_t iconv_open(const char *tocode, const char *fromcode);

DESCRIPTION
       The  iconv_open()  function  allocates a conversion descriptor
suitable
       for converting byte sequences from character encoding fromcode to
char‐
       acter encoding tocode.

       The values permitted for fromcode and tocode and the supported
combina‐
       tions are system-dependent.  For the GNU C library, the permitted 
val‐
       ues are listed by the iconv --list command, and all combinations of
the
       listed values are supported.  Furthermore the GNU C library and the
GNU
       libiconv library support the following two suffixes:

       //TRANSLIT
              When the string "//TRANSLIT" is appended to tocode,
translitera‐
              tion is activated.  This means that when a character  cannot 
be
              represented  in the target character set, it can be
approximated
              through one or several similarly looking characters.

       //IGNORE
              When the string "//IGNORE" is  appended  to  tocode, 
characters
              that  cannot  be represented in the target character set will
be
              silently discarded.

       The resulting conversion descriptor can be used with iconv(3) any 
num‐
       ber of times.  It remains valid until deallocated using
iconv_close(3).

       A  conversion  descriptor  contains a conversion state.  After
creation
       using iconv_open(), the state is in the initial state.  Using 
iconv(3)
       modifies  the descriptor's conversion state.  (This implies that a
con‐
       version descriptor can not be used in multiple threads
simultaneously.)
       To bring the state back to the initial state, use iconv(3) with NULL
as
       inbuf argument.

RETURN VALUE
       The  iconv_open()  function  returns  a  freshly  allocated 
conversion
       descriptor.  In case of error, it sets errno and returns (iconv_t)
-1.

ERRORS
       The following error can occur, among others:

       EINVAL The  conversion  from fromcode to tocode is not supported by
the
              implementation.

VERSIONS
       This function is available in glibc since version 2.1.

CONFORMING TO
       UNIX98, POSIX.1-2001.

SEE ALSO
       iconv(1), iconv(3), iconv_close(3)

COLOPHON
       This page is part of release 3.44 of the Linux  man-pages  project.  
A
       description  of  the project, and information about reporting bugs,
can
       be found at http://www.kernel.org/doc/man-pages/.



GNU                               2008-08-11                    
ICONV_OPEN(3)


François Poulain-2 wrote:
> 
> Hi,
> 
> Le Wed, 11 Sep 2013 12:52:43 -0700 (PDT),
> rdeterre <address@hidden> a écrit :
> 
>> TeXmacs] Error: Initialization of iconv from ISO-8859-1 to UTF-8
>> failed!
> 
> This means that iconv_open () have failed.
> 
>> Is there something I'm missing to get this to work?
>> 
>> I am using TeXmacs 1.0.7.19-x11-i386 on a ubuntu environment.
> 
> Can you please report the content of the shell command:
> "man -P cat iconv_open" ? Because there exists several (different)
> versions of iconv...
> 
> Best regards.
> François
> 
> -- 
> François Poulain <address@hidden>
> 
> _______________________________________________
> Texmacs-dev mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/texmacs-dev
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Errors-while-trying-to-get-the-sympy-plugin-latex-output-to-work-tp35933254p35936684.html
Sent from the Gnu - Texmacs - Dev mailing list archive at Nabble.com.




reply via email to

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