Tagged Questions

iconv is a computer program and a standardized API used to convert between different character encodings.

learn more… | top users | synonyms

11
votes
4answers
1k views

iconv_strlen function causing execution timeout, running on MAMP

Has anyone had issues with the iconv_strlen function while running MAMP?
10
votes
8answers
11k views

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 a URL. I'm using the following code: $input = "Fóø Bår"; setlocale(LC_ALL, ...
5
votes
1answer
283 views

Can I use iconv to convert multi-byte smart quotes to extended ASCII smart quotes?

I have some UTF-8 content that includes multi-byte smart quote characters. I've found that this code will easily convert those characters to ASCII straight quotes (ASCII code 34): $content = ...
5
votes
4answers
121 views

PHP iconv_strlen() meaning question

I was wondering what does the following sentence mean in simple terms for us dummies? And what is byte sequence? And how many characters in a byte? iconv_strlen() counts the occurrences of ...
5
votes
2answers
3k views

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 "whatever Windows Notepad saves, if you tell it to use UFT8". This is what I want: ...
5
votes
2answers
10k views

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 file to a Windows machine thru SFTP. I then need to open this file with Excel, but Excel ...
4
votes
1answer
615 views

Is it possible to use a gcc compiled library with MSVC?

I have a project that relies on libiconv for several operations. I was using precompiled binaries for iconv.lib for Visual Studio 2008 but now I had to move on to Visual Studio 2010 and no more ...
4
votes
1answer
627 views

PHP: Problems converting “’” character from ISO-8859-1 to UTF-8

I'm having some issues with using PHP to convert ISO-8859-1 database content to UTF-8. I am running the following code to test: // Connect to a latin1 charset database // and retrieve "Georgia ...
4
votes
3answers
5k views

iconv gives “Illegal Character” with smart quotes — how to get rid of them?

I have a MySQL table with 120,000 lines stored in UTF-8 format. There is one field, product name, that contains text with many accents. I need to fill a second field with this same name after ...
3
votes
0answers
74 views

Linking c++ dll with Haskell-Platform on Windows, outputs 'undefined reference'

I am a Haskell enthusiast and have got stuck upon compiling my little Haskell program on Windows. My program uses the iconv package, which in turn uses the foreign library written in c/c++. To make ...
3
votes
1answer
91 views

Why does Iconv work different in irb and the Ruby interpreter?

I have to convert Latin chars like éáéíóúÀÉÍÓÚ etc., into a string to similar ones without special accents or wired symbols: é -> e è -> e Ä -> A I have a file named "test.rb": require ...
3
votes
1answer
209 views

Equivalent of Iconv.conv(“UTF-8//IGNORE”,…) in Ruby 1.9.X?

I'm reading data from a remote source, and occassionally get some characters in another encoding. They're not important. I'd like to get get a "best guess" utf-8 string, and ignore the invalid data. ...
3
votes
1answer
68 views

iconv: conversion from UTF-16BE

Do all popular iconv implementations support conversion from UTF-16BE (i.e. UTF-16 with big-endian byte order)? GNU iconv supports this encoding, but what about the other implementations in common ...
3
votes
1answer
110 views

PHP iconv_strlen question

What does it mean when the icon_strlen fails on bad character sequences specifically character sequences is what I want to know. Thanks
3
votes
1answer
460 views

Is there an iconv with //TRANSLIT equivalent in java?

Is there a way to achieve transliteration of characters between charsets in java? something similar to the unix command (or similar php function): iconv -f UTF-8 -t ASCII//TRANSLIT < some_doc.txt ...
3
votes
1answer
245 views

Get iconv to convert my string

I have the following string: ᴰᴶ Bagi Is it possible to let iconv make it into DJ Bagi? First I tried with: $text = iconv('utf-8', 'us-ascii//TRANSLIT', $text); Which resulted in the following ...
3
votes
4answers
1k views

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 (and on Fedora and Ubuntu), it's not working properly. Searching the nets led me to the conclusion that ...
3
votes
2answers
2k views

PHP ICONV glibc to libiconv on CentOS 5.5

I'm having a few issues with the PHP function iconv, which I've tracked down the the iconv implementation. As the manual states, "Note that the iconv function on some systems may not work as you ...
3
votes
6answers
3k views

Failed to build iconv gem on ruby 1.9.2

I fail to install the 'iconv' gem, because of weird build errors. I have build the 'libiconv' from source and linked the .h and .dylib into the rvm's include and lib directory. When I run gem ...
3
votes
1answer
1k views

How can I convert Cyrillic stored as LATIN1 ( sql ) to true UTF8 Cyrillic with iconv?

I have a SQL dump file consisting of incorrectly stored Cyrillic Russian ( WINDOWS-1251 ) text, example Èðàíñêèå which should properly be displayed as Иранские. In the past I have successfully ...
3
votes
2answers
766 views

Zend Framework and string covertation using iconv

One site was moved to another server where is installed Solaris and other iconv settings. Now, when I validate anythink with "StringLength" function from Zend Framework my scripts fail with this ...
3
votes
5answers
3k views

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 > myfilename-utf8.xxx I have to convert a bunch of files with a specific extension, so I ...
2
votes
1answer
159 views

How to Convert UTF-16 to UTF-32 and Print the Resulting wchar_t in C?

i'm trying to print out a string of UTF-16 characters. i posted this question a while back and the advice given was to convert to UTF-32 using iconv and print it as a string of wchar_t. i've done ...
2
votes
4answers
132 views

iconv only works once

I try to make method which converts s-jis string to utf-8 string using iconv. I wrote a code below, #include <iconv.h> #include <iostream> #include <stdio.h> using namespace std; ...
2
votes
1answer
40 views

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 function ?
2
votes
2answers
70 views

How can I use Unicode mappings

I found all the nice mappings from various systems to the according Unicode code points. They are listed in a clear format, which would for sure be easy to parse. But since I don't want to reinvent ...
2
votes
4answers
325 views

How to detect malformed utf-8 string in PHP?

iconv function sometimes gives me an error: Notice: iconv() [function.iconv]: Detected an incomplete multibyte character in input string in [...] Is there a way to detect that there are illegal ...
2
votes
1answer
437 views

Iconv and Kconv on Ruby (1.9.2)

I know that Iconv is used to convert strings' encoding. From my understandings Kconv is for the same purpose (am I wrong?). My question is: what is the difference between them, and what should I use ...
2
votes
2answers
600 views

Ruby 1.8 Iconv UTF-16 to UTF-8 fails with “\000” (Iconv::InvalidCharacter)

I am having trouble handling text files of tabulated data generated on a windows machine. I'm working in Ruby 1.8. The following gives an error ("\000" (Iconv::InvalidCharacter)) when processing the ...
2
votes
1answer
858 views

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: For git you need the EPEL repository enabled # For Ruby (MRI & Ree) ...
2
votes
2answers
111 views

PHP iconv_strlen function display problem

In the code below I'm trying to get the bytes for the character こ which should be 3 for the first function but I keep getting the value of 1 for each iconv_strlen function below. Can some one help me ...
2
votes
2answers
126 views

Why use iconv_strpos instead of strpos?

In contrast to strpos(), the return value of iconv_strpos() is the number of characters that appear before the needle, rather than the offset in bytes to the position where the needle has been ...
2
votes
1answer
246 views

pyspatialite symbol not found for _iconv

I am trying to compile pyspatialite 2.6.1 using the command sudo python setup.py install It compiles successfully but the resulting binary is missing a symbol. When I import the dbapi2 module from ...
2
votes
4answers
141 views

mySQL and PHP encodings

HI, I have a problem with this query SELECT * FROM table WHERE `name` LIKE '%tést%' the HMTL and the SQL table both have utf-8 encoding but unfortunately there is no mysql_set_charset('utf-8') and ...
2
votes
1answer
257 views

Why doesn't translit work?

setlocale(LC_ALL, 'en_US.UTF8'); $string= 'ṃỹṛèşưḿĕ'; echo iconv('UTF-8', 'ASCII//TRANSLIT', $string); makes error... should print: myresume
2
votes
1answer
82 views

Is there something like AC_CHECK_LIB for python setup.py build instructions?

I have a python package that builds its own extension module. currently I'm doing all the compilation in setup.py as an ext_module, but I really need AC_CHECK_LIB type capability - is there something ...
2
votes
1answer
3k views

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", $string); I get, Notice: iconv() [function.iconv]: ...
2
votes
1answer
892 views

How do I link glibc's implementation of iconv?

The GNU C library provides an implementation of iconv - how do I use it? Simple program: #include <iconv.h> int main( int argc, char **argv ) { iconv_t cd = iconv_open( "UTF-8", ...
2
votes
1answer
467 views

Transliteration with Iconv in Ruby

When I'm trying to transliterate cyrillic utf-8 string with Iconv.iconv('ascii//ignore//translit', 'utf-8', string).to_s (see questions/1726404/transliteration-in-ruby) I'm getting everything but ...
2
votes
1answer
332 views

Is there a simple example on iconv transliteration of from-language-to-language for c?

Say we have the simple scenario, a string of a language, say French. And we want that French to be converted to ASCII in a transliterated form. How can it be done in C in the simplest way? Also is ...
2
votes
1answer
666 views

How to make iconv ignore the encoding errors?

I've a long text file with some invalidad encoded characters in UTF-16. So far, I've been trying to convert it using the following code: ic = Iconv.new( 'UTF-8//IGNORE', 'UTF-16' ) urf_8_str = ...
2
votes
1answer
687 views

Iconv is converting to UTF-16 instead of UTF-8 when invoked from powershell

I have a problem while trying to batch convert the encoding of some files from ISO-8859-1 to UTF-8 using iconv in a powershell script. I have this bat file, that works ok: for %%f in (*.txt) do ( ...
2
votes
1answer
201 views

Ruby Iconv works with irb and ruby debugger but not in a unit test

I'm running Ruby 1.8.7 with Rails 2.3.5 on Ubuntu 10.04 64-bit. I've written a method that should take a string like this, "École À la Découverte" and output a file-system name like this ...
2
votes
1answer
722 views

How to convert any possible format to UTF-8 using Iconv?

so for example this will turn 1251 into utf-8. $utf8 = iconv('windows-1251', 'utf-8', $ansi); But how to turn unknown (when it comes to us we do not know yet what format it is) ( in general any ) ...
2
votes
3answers
1k views

any good alternative to Iconv library for encoding conversion?

i was using Iconv library on Ruby to convert encoding from UTF-8 to UTF-32, UTF-16 etc and it was quite good. However, I do see an issue when converting from Big5 to UTF-8 -- an exception is thrown ...
2
votes
2answers
2k views

How to fix weird issue with iconv on Mac Os x

I am on Mac Os X 10.5 (but I reproduced the issue on 10.4) I am trying to use iconv to convert an UTF-8 file to ASCII the utf-8 file contains characters like 'éàç' I want the accented characters to ...
2
votes
2answers
2k views

Iconv::IllegalSequence when using www::mechanize

I'm trying to do a little bit of webscraping, but the WWW:Mechanize gem doesn't seem to like the encoding and crashes. The post request results in a 302 redirect (which mechanize follows, so far so ...
1
vote
2answers
65 views

Character Encoding Issue UTF-8 and ISO-8859-1

I have a web application that I'm having problems getting Japanese/Chinese characters to display properly. The thing being that i can display these characters properly when I am hard coding them into ...
1
vote
1answer
74 views

charset conversion with icu or iconv

In my CGI library, I'm using a converter in order to convert from a IANA-registered charset to native wide unicode (UTF-16/32, depending on platform). With ICU, are all the sets and aliases listed in ...
1
vote
1answer
88 views

Why does PHP's iconv need setlocale?

I'm currently trying to remove all special characters and accents from an UTF-8 string by turning them into their equivalent ASCII character if possible. So I'm simply using this code: $result = ...

1 2 3