Re: [pcre-dev] PCRE UTF8 umlauts CASELESS matching
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Enno at
2007-11-01 16:34
Philip Hazel at
2007-11-02 09:21
Author:
Enno
Date:
2007-11-01 22:52
UTC
To:
pcre-dev
Subject:
Re: [pcre-dev] PCRE UTF8 umlauts CASELESS matching
Hi there,
I found my mistake in the testcode. I added some "/". The pattern string
was "/Ä/" instead of just "Ä". Now it is working. :-)
The real code in my project is now working, too.
Thank you
Enno