If you want to compile the source code yourself, download the 
latest version of Swedish Inform (the small distribution), which
is available from:

http://www.inform-fiction.org/translations/swedish.html

Put all the .h files in the directory where you keep library 6/11,
and refer to that directory in the compile command.

The version of Swedish Inform that was used to compile the z5 and 
the ulx file in this archive was a development version of v1.4. 
Compared to v1.3, there is just one significant difference
with regards to this test: A game using Swedish Inform v1.3 
doesn't understand capital accented characters in user input 
under Glulx.

Here are the command lines used to compile:

inform +..\lib611 -C1 -D SweTest3.inf SweTest3.z5
inform +..\lib611 -C1 -G -D SweTest3.inf SweTest3.ulx

