Ash Rm wrote: > I am using rails 2.3 and an existing oracle database with utf8 encoding. > Also have the following tag <meta http-equiv="content-type" > content="text/html; charset=UTF-8"></meta> in my layout. > Can someone point me to any documentation for setting up my environment > to save and display chinese characters. > > thanks much
works after setting NLS_LANG to AMERICAN_AMERICA.UTF8 -- 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.

