Find the answer to your Linux question:
Results 1 to 2 of 2
Hi I am having problem using these two functions on a camcorder platform. They work well on my Ubuntu installation though. I am using a function to obtain filePath from ...
  1. #1
    Just Joined!
    Join Date
    Aug 2009
    Posts
    5

    Issue with iconv() and iconv_open(, , , )

    Hi

    I am having problem using these two functions on a camcorder platform. They work well on my Ubuntu installation though.

    I am using a function to obtain filePath from fileName . The iconv_open("UTF-8","EUC-KR") results in error on the embedded Camcorder Board. This results in the failure of the other function iconv(), which is used for string conversion.

    Are these functions Platform Dependent. How can I make it work on my Embedded hardware.

    thanks

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    You might not have compiled in support for EUC-KR (possible) or UTF-8 (unlikely) for the embedded kernel.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...