Mac OS X is based on FreeBSD. I'm not sure if this is what you want, because I'm not in a Turkish locale, but ... #include <stdio.h> #include <ctype.h> int main() { printf("isspace(0x85) returned %d\n", isspace(0x85)); } produces: isspace(0x85) returned 0 ... on my Mac OS X 10.4.7 PPC box. On Sep 22, 2006, at 12:48 PM, Tom Lane wrote:
Douglas Toltzman (910) 526-5938 |
- Re: [BUGS] BUG #1931: ILIKE and LIKE fails on Turkish loc... Victor Snezhko
- Re: [BUGS] BUG #1931: ILIKE and LIKE fails on Turkis... Victor Snezhko
- Re: [BUGS] BUG #1931: ILIKE and LIKE fails on Tu... Tom Lane
- Re: [BUGS] BUG #1931: ILIKE and LIKE fails o... Victor Snezhko
- Re: [BUGS] BUG #1931: ILIKE and LIKE fai... Tom Lane
- Re: [BUGS] BUG #1931: ILIKE and LIK... Tom Lane
- Re: [BUGS] BUG #1931: ILIKE and LIK... Victor Snezhko
- Re: [BUGS] BUG #1931: ILIKE and LIK... Victor Snezhko
- Re: [BUGS] BUG #1931: ILIKE and LIK... Bruce Momjian
- Re: [BUGS] BUG #1931: ILIKE and LIK... Tom Lane
- Re: [BUGS] BUG #1931: ILIKE and LIKE fails o... Douglas Toltzman