I am using Stata14. The command:
replace name = proper(name)
turns "james" into "James". However, the command does not work correctly when the name has a special accented character: the first letter is correctly capitalized but the letter following the special character is also capitalized. For example "rivière" becomes "RivièRe".
How can I get round this issue?