Your answer is very helpful to me. Now I see. Thank you very much. best wishes, wenguang ju
--- 10年9月12日,周日, Wolfgang Meyer <[email protected]> 写道: 发件人: Wolfgang Meyer <[email protected]> 主题: Re: How to use the MOzart Global User Library 收件人: "Mozart users" <[email protected]> 日期: 2010年9月12日,周日,上午1:29 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
_________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
