[plt-scheme] bytes-open-converter question
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