Top "Iconv" questions

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

Change file names with find and iconv

I've tried to change filenames using following script: find dir/ -type f -exec mv {} $(echo {} | iconv -f UTF8 -t ASCII//…

bash iconv
iconv will be deprecated in the future, use String#encode instead

Am getting the following deprecated warnings with ruby 1.9.3-p125 when i run rspec. But there are no deprecated warnings with …

ruby-on-rails rspec iconv hpricot soap4r
Convert string from UTF-8 to ISO-8859-1

I'm trying to convert a UTF-8 string to a ISO-8859-1 char* for use in legacy code. The only way …

c++ utf-8 iso-8859-1 iconv
php: converting from cp1251 to utf8

I have a problem converting a string from cp1251 to utf8... I need to get some names from database and …

php utf-8 preg-replace iconv cp1251
Importing an Excel file with Greek characters into R in the correct encoding

I am having some trouble importing the following file: http://www.kuleuven.be/bio/ento/temp/test.xlsx into R …

r excel import character-encoding iconv
Using iconv to convert strings to ISO-8859-1 in C/C++

I want to convert strings from the GBK character set to ISO-8859-1. I have tried to use the iconv …

c++ c iconv iso-8859-1
How to install libiconv for android ndk?

Can somebody teach me or point me to a tutorial on how to install libiconv for android? I've been googling …

android android-ndk iconv libiconv
Converting Unicode characters into the equivalent ASCII ones

I need to "flatten out" a number of Unicode strings for the purposes of indexing and searching. For example, I …

php unicode character-encoding iconv transliteration