I dont see any indic editors attached to rails or php or any other web technologies.
There are some javascripts available for indic languages to help typing in Indian languages. You can fit them into rails as you normally do the Ajax stuff. On 16 April 2010 13:21, Amala Singh <[email protected]> wrote: > All you need is your mysql database/tables created with default > encoding as utf8. > If the database engine default is not utf8 compatible then you may need to > define the columns explicitely with utf8-general and so on. > > Then the database.yml in the rails configured with > 'encoding: UTF8' > > You are ready to go. > > > > On 16 April 2010 06:47, Bala <[email protected]> wrote: >> try this one http://www.sitepoint.com/forums/showthread.php?t=559157 >> >> >> On Fri, Apr 16, 2010 at 11:11 AM, Preksha Patel <[email protected]> >> wrote: >>> >>> Bala wrote: >>> > try this http://guides.rubyonrails.org/i18n.html >>> >>> Hi, >>> >>> Thanks for your reply..But I have already used it in my application >>> which can display the contents in gujarati language but i want to enter >>> the data in gujarati language from the user and want to store it in the >>> database.so i need to manage the database for both English as well as >>> Gujarati language.. >>> >>> >>> >>> Thanks in advance, >>> Preksha >>> -- >>> Posted via http://www.ruby-forum.com/. >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Ruby on Rails: Talk" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/rubyonrails-talk?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > > > -- > -- > Nandri(Thanks in Tamil), > Amala Singh > -- -- Nandri(Thanks in Tamil), Amala Singh -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

