Re: [Development] Using QCollator on different platforms, without ICU

2013-08-19 Thread Aleix Pol
On Tue, Aug 13, 2013 at 7:50 PM, Aleix Pol wrote: > Hi, > So since we're a bit stuck on that area, I guessed that it would be a good > idea to start to get our hands dirty. > > I started an approximation to the project by implementing the different > API bits using the different platforms native

Re: [Development] Using QCollator on different platforms, without ICU

2013-08-14 Thread Thiago Macieira
On quarta-feira, 14 de agosto de 2013 14:54:53, Aleix Pol wrote: > On Tue, Aug 13, 2013 at 8:08 PM, Thiago Macieira > > However much I dislike common denominators, what is the common denominator > > API > > that we can provide in all platforms? > > Hi! > I've put together a small table displaying w

Re: [Development] Using QCollator on different platforms, without ICU

2013-08-14 Thread Aleix Pol
On Tue, Aug 13, 2013 at 8:08 PM, Thiago Macieira wrote: > On terça-feira, 13 de agosto de 2013 19:50:23, Aleix Pol wrote: > > It's not pretty and we'll probably want to iterate over the API, but > here's > > the status: > > - icu: everything works wonderful. Unicorns. > > - posix: you can't select

Re: [Development] Using QCollator on different platforms, without ICU

2013-08-13 Thread Thiago Macieira
On terça-feira, 13 de agosto de 2013 19:50:23, Aleix Pol wrote: > It's not pretty and we'll probably want to iterate over the API, but here's > the status: > - icu: everything works wonderful. Unicorns. > - posix: you can't select either the algorithm or any of the settings. It's > using the system

[Development] Using QCollator on different platforms, without ICU

2013-08-13 Thread Aleix Pol
Hi, So since we're a bit stuck on that area, I guessed that it would be a good idea to start to get our hands dirty. I started an approximation to the project by implementing the different API bits using the different platforms native API. You can find where I got to in by: git clone git://anongi