2010/11/3 Kostka Bořivoj <kos...@tovek.cz>:
> I got set of following (strange) warnings:
>
> GermanStemmer.cpp(118) : warning C4066: characters beyond first in 
> wide-character constant ignored
> GermanStemmer.cpp(121) : warning C4066: characters beyond first in 
> wide-character constant ignored
> GermanStemmer.cpp(124) : warning C4066: characters beyond first in 
> wide-character constant ignored
> GermanStemmer.cpp(128) : warning C4066: characters beyond first in 
> wide-character constant ignored
> GermanStemmer.cpp(144) : warning C4066: characters beyond first in 
> wide-character constant ignored
> GermanStemmer.cpp(183) : warning C4066: characters beyond first in 
> wide-character constant ignored
>
> during compile on Win XP with MS VS 2005
>
> All are related to lines, where german characters are used as constants in 
> source
>
> Any idea what (if anything) could be wrong?

It is an encoding issuee. But did you compiled the GermanStemmer.cpp
from the master branch? A more recent version of GermanStemmer is in
the german_analyzer branch (I replaced the umlauts and the ß-ligature
with their corresponding code number). Howevver, with this version I
get warnings for the lines with the section sign (§), which I thought
is an ASCII sign, but isn't. I must somehow overlooked these warnings.
I will take care of this warning. Thanks for the hint.

Veit

------------------------------------------------------------------------------
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

Reply via email to