Przemyslaw Gawronski wrote:
Hi
I've got csv file, with some text fields encoded in utf-8. I would like
to upper case the first letter in a word. Normally I would just use '~'
on that character, but it doesn't seem to work with utf-8 encoding.
Thanks for suggestions
Przemek
Works for me. Just tried the ~ command in a UTF-8 buffer:
- Works with German a-umlaut and with Russian ya.
- Doesn't work with German eszet, whose uppercasing is not reversible (ß => SS
=> ss) but which cannot be the first letter of a word.
Best regards,
Tony.