a quick google did not reveal any easy solution (actually, probably a sql problem btw).
I was thinking, maybe you could get around it by doing a sort with said characters replaced by their nearest equivalent. Doing it within sql is beyond my knowledge but you could do that with solr since you could index off a method that returns ascii equivalent name. On May 27, 4:49 am, Tom <[email protected]> wrote: > I have a table workers, and some workers. When I sort the table by > names polish letters are sorted incorrectly, for example letter Ł is > set after Z, but shoud be between L and M. It is probably Ruby's fault > not Rails or Hobo, but what can I do to correct this problem? -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
