Re: [Fresco-devel] pinyin.db file location and use of RCManager

Stefan Seefeld <[email protected]> Sun, 13 Apr 2003 13:03:36 -0400
Newsgroups gmane.comp.video.fresco.devel
Message-ID <[email protected]>
Neil Pilgrim wrote:

> I noticed during this that the pinyin demo depends on RCManager, even
> though it is a Berlin component. My solution, for now, is to just have
> -r/--resource be replaced by -p/--pinyin-db-path. The question is what
> is an appropriate default value for the pinyin path. Currently it is set
> at $install/share/Berlin, which is not now appropriate.

The real issue here is that right now the C++ demos use libBerlin, which
is meant to be the platform for server side module development and not a
client-side C++ runtime.
The pinyin demo, however, is a bit special, as it's an experiment for
unicode use cases, which relies a bit on server internals, and may end
up in the server side anyways. I wouldn't care about it depending on
libBerlin.

Regards,
		Stefan