2008/4/24 Gora Mohanty <[EMAIL PROTECTED]>: > On Thu, 24 Apr 2008 07:32:29 +0530 > > "Arindam Ghosh" <[EMAIL PROTECTED]> wrote: > > (Re your other message about trying to meet up, it is not essential > right now. We can try to get together at one of the various FOSS > events in India, or we can have you come visit us at Sarai in Delhi > where we do a fair amount of work on Indian language localisation > issues.)
yeah...okay. Visiting sarai sounds cool... > > 2008/4/24 Mikel Maron <[EMAIL PROTECTED]>: > > > > > > > > I was only referring to the rendering of characters in the browser, not > to > > > the main task to i18n and l10n the rails_port. > > > > yeah...initially we need to first setup the i18n in the rails_port. > > I am attaching some snippets from a document on using Unicode with > RoR that I wrote up for my own benefit while trying to set up a Rails > site with a mysql backend to handle Indian language input. Hopefully > it will be of some help. I read it....its' good....but while setting up my local copy i am facing a little problem: create function tile_for_point returns integer soname 'libmyosm.so'; create function maptile_for_point returns integer soname 'libmyosm.so'; These two are returning with "ERROR 1126 (HY000): Can't open shared library 'libmyosm.so' (errno: 22 libmyosm.so: cannot open shared object file: Permission denied)" Note that, svn local copy is owned by a local user and i'm trying to create the function in mysql from root/administrator mode. I created /etc/ld/so/conf.d/osm.conf and did ldconfig as given on the wiki. But its' giving the error for libmyosm.so (permission: 777). I am using mysql rpm from the Fedora repository. Can anyone point out what's going wrong. --Arindam _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

