Top "Iconv" questions

iconv is a library and API for converting between different character encodings.

How to install iconv-devel on CentOS 5.6?

After installing rvm on CentOS 5.6 and run rvm notes: dependencies: # For RVM rvm: yum install -y bash curl git # NOTE: …

centos rvm iconv yum
Convert Javascript UTF-8 to ASCII (like Iconv('UTF-8', 'ASCII//TRANSLIT', $string) in PHP)

I'm wondering how it's possible to 'translate' characters in UTF-8 to the closest ASCII equivalent using Javascript, just like Iconv …

javascript utf-8 ascii iconv
Ruby converting string encoding from ISO-8859-1 to UTF-8 not working

I am trying to convert a string from ISO-8859-1 encoding to UTF-8 but I can't seem to get it …

ruby encoding utf-8 character-encoding iconv
How can I force PHP to use the libiconv version of iconv instead of the CentOS-installed glibc version?

The code I'm working on runs perfectly on Windows XP and on Mac OS X. When testing it on CentOS (…

php linux apache glibc iconv
libiconv and MacOS

I am trying to compile GCC 4.5.1 in Mac OS X Lion. I have a problem with libiconv. First it complained …

gcc osx-lion iconv libiconv
Fix Turkish Charset Issue Html / PHP (iconv?)

i'm having troubles displaying turkish characters, they are appearing as the little question mark with the diamond in the background …

php character-encoding iconv turkish
How do you convert encoding from UTF-8 to windows-1252?

How can I correctly convert a text file from UTF-8 to Windows-1252? I have tried converting the file using iconv (…

encoding ansi iconv windows-1252
Emoticons in Twitter Sentiment Analysis in r

How do I handle/get rid of emoticons so that I can sort tweets for sentiment analysis? Getting: Error in …

r text-mining iconv sentiment-analysis
Conversion from EBCDIC to UTF8 in Linux

I have imported with Perl a table from our database AS/400 DB2. The problem is that the string are encoded …

linux bash utf-8 iconv ebcdic