Name case only sets the first letters of each word to upper case - it does not change the case of any other letters in the words. This is to ensure that required capitals - for instance in surnames like McDougal are supported correctly.
You can change the behaviour of the Name Case filter by inserting a strtolower() into the filter function before the ucwords(). Instructions are in the following thread:
Hi John,
Name case only sets the first letters of each word to upper case - it does not change the case of any other letters in the words. This is to ensure that required capitals - for instance in surnames like McDougal are supported correctly.
You can change the behaviour of the Name Case filter by inserting a strtolower() into the filter function before the ucwords(). Instructions are in the following thread:
http://www.pricetapestry.com/node/901
Cheers,
David.