Top "Iconv" questions

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

Force encode from US-ASCII to UTF-8 (iconv)

I'm trying to transcode a bunch of files from US-ASCII to UTF-8. For that, I'm using iconv: iconv -f US-ASCII …

utf-8 character-encoding iconv
How do I remove accents from characters in a PHP string?

I'm attempting to remove accents from characters in PHP string as the first step to making the string usable in …

php iconv
How to write file in UTF-8 format?

I have bunch of files that are not in UTF-8 encoding and I'm converting a site to UTF-8 encoding. I'm …

php encoding utf-8 iconv mbstring
iconv - Detected an illegal character in input string

I don't see anything illegal - any suggestions on what might be the problem? if (strtolower($matches[1]) != 'utf-8') { var_…

php iconv
Batch convert latin-1 files to utf-8 using iconv

I'm having this one PHP project on my OSX which is in latin1 -encoding. Now I need to convert files …

shell character-encoding iconv
PHP: Dealing special characters with iconv

I still don't understand how iconv works. For instance, $string = "Löic & René"; $output = iconv("UTF-8", "ISO-8859-1//TRANSLIT", $…

php special-characters iconv
Converting ANSI to UTF-8 in shell

I'm making a parser (1 csv to 3 csv) script and I have a problem. I am French so in my language …

bash shell csv utf-8 iconv
iconv: Converting from Windows ANSI to UTF-8 with BOM

I want to use iconv to convert files on my Mac. The goal is to go from "Windows ANSI" to "…

unicode iconv
R tm package invalid input in 'utf8towcs'

I'm trying to use the tm package in R to perform some text analysis. I tied the following: require(tm) …

r utf-8 iconv text-mining
iconv any encoding to UTF-8

I am trying to point iconv to a directory and all files will be converted UTF-8 regardless of the current …

linux ubuntu encoding utf-8 iconv