Re: [OpenIndiana-discuss] php iconv //TRANSLIT error

2011-05-04 Thread Albert Lee
On Wed, May 4, 2011 at 10:41 AM, Gordon Ross wrote: > On Wed, May 4, 2011 at 9:27 AM, gerard henry wrote: >> do you think that it is the same problem described here: >> http://woss.name/2008/10/16/edge-rails-pre-22-iconv-transliteration-and-solaris/ > > Yes.  Any code expecting to call iconv_open

Re: [OpenIndiana-discuss] php iconv //TRANSLIT error

2011-05-04 Thread Gordon Ross
On Wed, May 4, 2011 at 9:27 AM, gerard henry wrote: > do you think that it is the same problem described here: > http://woss.name/2008/10/16/edge-rails-pre-22-iconv-transliteration-and-solaris/ Yes. Any code expecting to call iconv_open(3C) with a code set name containing "//translit" and/or "//

Re: [OpenIndiana-discuss] php iconv //TRANSLIT error

2011-05-04 Thread gerard henry
do you think that it is the same problem described here: http://woss.name/2008/10/16/edge-rails-pre-22-iconv-transliteration-and-solaris/ the guy installed SUNWgnu-libiconv and used LD_PRELOAD. But i can't see how to do the same thing with apache and php? 2011/5/4 gerard henry > hello, > the p

Re: [OpenIndiana-discuss] php iconv //TRANSLIT error

2011-05-04 Thread gerard henry
hello, the problem is present in b134 opensolaris as well, with apache and php from SUNW. gerard 2011/4/28 Gary Gendel > I'm trying to get z-push running and I have run into what seems to be a bug > in oi_148 (dev_il). > > After looking at this in detail, it looks like the iconv call is failing

[OpenIndiana-discuss] php iconv //TRANSLIT error

2011-04-28 Thread Gary Gendel
I'm trying to get z-push running and I have run into what seems to be a bug in oi_148 (dev_il). After looking at this in detail, it looks like the iconv call is failing. I put together a simple testcase: This displays "This is a test" in the browser as expected. However, fails, (as does