I am using Heroku to host an app that has a database containing a lot of data with Danish characters. I understand that PostgreSQL on Heroku is set up to use UTF8 charset. That takes care of storing my data correctly, but when I retrieve my data I would like to be able to maintain a particular sort order according to a Danish locale. Is there any way of achieving this on Heroku using a per-database, per- table or per-query approach?
P.S.: My app is currently running on a Koi plan with a shared database server. I need a solution that will work with this plan. -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
