Iconv What is it?

Discussion in 'Site & Server Administration' started by dalster44, Oct 3, 2009.

  1. #1
    What is iconv?

    My script needs this, is there a way for me to fix this on shared hosting, or will my host have to fix.

    Thanks
     
    dalster44, Oct 3, 2009 IP
  2. aquilax

    aquilax Member

    Messages:
    126
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    33
    #2
    iconv - Convert encoding of given files from one encoding to another
     
    aquilax, Oct 3, 2009 IP
  3. ohteddy

    ohteddy Member

    Messages:
    128
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    28
    #3
    If you cannot install iconv libraries into your system path, then you can install
    them (use --prefix) into a directory that you do have permissions to. Once that's
    done, you'll need to reconfigure whatever binary/libs to also use this path to find
    libraries. Alternatively, you can use LD_LIBRARY_PATH to tell the program at
    load time where to find other libraries.

    I think the best thing would be to ask the admin of the machine to install iconv
    for you.

    Good Luck.
     
    ohteddy, Oct 4, 2009 IP