Hi,

in this case, it is actually not a Linux package, but an ozmake
package. Ozmake is Mozart's build and packaging tool.
You can install the unicode package like this:

ozmake --install --package=mogul:/fkonvick/unicode

(I tested this in cygwin.)

After installation you can test with a little program like this:

functor
import
   Application
   System
   Unicode at 'x-ozlib://fkonvick/unicode/unicode.ozf'
define
   {System.showInfo
    {Unicode.encode cp1250 {Unicode.utf8_to_Unicode "Hello world"}}}
   {Application.exit 0}
end


Optional: if you want to inspect the source code, you can download and
extract the package like this:
ozmake --extract --package=mogul:/fkonvick/unicode


Hope this helps,
 Wolfgang


On Sat, Sep 11, 2010 at 9:58 AM, 文广 鞠 <[email protected]> wrote:
>
> Hi
>
> I want to use the "mogul:/fkonvick/unicode" package in MOGUL. But I cannot 
> get the source or lib because the downloaded file is a linux pkg file and I 
> use Windows XP. So I want to use the package's library 
> directly "x-ozlib://fkonvick/unicode/unicode.ozf".
> I wonder how to import it in an functor.
>
> best wishes.
>
> wenguang ju
>
> _________________________________________________________________________________
> mozart-users mailing list                               
> [email protected]
> http://www.mozart-oz.org/mailman/listinfo/mozart-users
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to