Re: [Fresco-devel] pinyin.db file location and use of RCManager
[email protected] Sun, 13 Apr 2003 22:04:56 +0100
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
Stefan wrote: > 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. Ah, I didn't realise that the pinyin demo was so linked to the server. However, while it currently is a demo, and may be distributed separately from the server code (at least in principle, if we can separate the rest of the code), would you object to reducing the dependency? I have a patch which does this already. If nothing else it makes it clearer to people reading it? Hmmm...Saturday's patch is getting slimmer and slimmer ;| -- Neil