On 2015-11-08, bluesun08 <nans_na...@yahoo.de> wrote: > But when i type "locale -a" i get: > ... > de_AT.ISO8859-1 > de_AT.ISO8859-15 > de_AT.UTF-8 > de_CH.ISO8859-1 > de_CH.ISO8859-15 > de_CH.UTF-8 > de_DE.ISO8859-1 > de_DE.ISO8859-15 > de_DE.UTF-8 > el_GR.ISO8859-7 > el_GR.UTF-8 > ... > > So the locale "de_DE.UTF-8" exist. What goes wrong?
These are LC_CTYPE. OpenBSD doesn't provide LC_COLLATE locales. There is an optional patch in FreeBSD ports that provides partial support which may be possible to adapt, see https://wiki.postgresql.org/wiki/Todo:ICU and links. This is probably something that would need to be applied locally, I don't think it would be a good fit for us in ports.