This is a discussion on Re: Patch for collation using ICU within the pgsql Hackers forums, part of the PostgreSQL category; --> >As for general collation of unicode, the reason for me to use >ICU is that >my system does not ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| >As for general collation of unicode, the reason for me to use >ICU is that >my system does not support strcoll correctly for multibyte >locales, as I >mentioned earlier. I also noted that even for systems that do handle >strcoll correctly for unicode, ICU claims to be a couple of magnitudes >faster, so this patch might be useful for other systems (read >Linux) as >well. See previous emails for details. Does it work on win32? If so, perhaps it could help with the lack of UTF-8 strcoll there? //Magnus ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| ||||
| --On söndag, mars 27, 2005 20.11.48 +0200 Magnus Hagander <mha@sollentuna.net> wrote: >> As for general collation of unicode, the reason for me to use >> ICU is that >> my system does not support strcoll correctly for multibyte >> locales, as I >> mentioned earlier. I also noted that even for systems that do handle >> strcoll correctly for unicode, ICU claims to be a couple of magnitudes >> faster, so this patch might be useful for other systems (read >> Linux) as >> well. See previous emails for details. > > Does it work on win32? If so, perhaps it could help with the lack of > UTF-8 strcoll there? Hej Magnus! Well, ICU exists for Windows. If you configure postgresql's source to link with ICU on Windows, it would probably work. Please try it out. /Palle ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| Thread Tools | |
| Display Modes | |
|
|