[plt-scheme] bytes-open-converter question

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Aug 9 19:02:55 EDT 2006

At Wed, 09 Aug 2006 18:39:52 -0400, Jefferson Heard wrote:
>  > (bytes-open-converter "" "UTF-8")
> WARNING: The definitions window has changed. Click Run.
> #<string-converter>

This one doesn't actually depend on iconv, as you probably know.

>  > (bytes-open-converter "WINDOWS-1251" "UTF-8")
> WARNING: The definitions window has changed. Click Run.
> #f

This one does depend on iconv, as do the others.

I'm not sure why DrScheme isn't able to load "iconv.dll". Does MzScheme
behave any differently? MrEd?

[When I run v352 and attach to the process with Visual Studio, the
 module browser puts a little explanation mark next to "icon.dll", and
 it offers the note "The module did not load at the default address."
 I don't know whether that's relevant.]

Matthew



Posted on the users mailing list.