Top "Iconv" questions

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

Transliterate any convertible utf8 char into ascii equivalent

Is there any good solution out there that does this transliteration in a good manner? I've tried using iconv(), but …

php utf-8 ascii iconv transliteration
Composer - extension iconv is missing

I'm running Manjaro linux and I have installed apache 2.4.10-1 with php 5.5.15-1 and php-composer 1.0.0.alpha8.458-1. I want to …

php apache composer-php iconv nette
Converting UTF8 to ANSI with Ruby

I have a Ruby script that generates a UTF8 CSV file remotely in a Linux machine and then transfers the …

ruby utf-8 ansi iconv
how to get list of supported encodings by iconv library in php?

Is it possible like in the mcrypt library with function mcrypt_list_algorithms(). Is there a iconv_list_encodings like …

php iconv
osx change file encoding (iconv) recursive

I know I can convert a single file encoding under OSX using: iconv -f ISO-8859-1 -t UTF-8 myfilename.xxx &…

macos shell encoding glob iconv
convert UTF-8 to ANSI (windows-1252)

I'm trying to save a string in hebrew to file, while having the file ANSI encoded. All attemps failed I'm …

php encoding utf-8 iconv windows-1252
Detect charset of string in PHP (UTF-8 or Windows-1256)

I'm working on script based on "Simple HTML DOM" and I want to detect string's charset after getting inner text …

php encoding character-encoding iconv
Building the latest iconv and libxml2 binaries in Win32

I'm trying to get MinGW and MSYS working so I can build iconv and libxml2 in Windows, but I'm finding ./…

c++ mingw libxml2 msys iconv
Convert files between UTF-8 and ISO-8859 on Linux

Every time that I get confronted with Unicode, nothing works. I'm on Linux, and I got these files from Windows: $…

linux iconv
Converting a \u escaped Unicode string to ASCII

After reading all about iconv and Encoding, I am still confused. I am scraping the source of a web page …

r unicode text-processing iconv unicode-string