Unicode has a set of characters for punctuation such as ellipsis (…), En-Dash (–) and others. It's believed that using these characters improves typography and therefore visual appearance of the texts.
Many development tools, Visual Studio included, support Unicode and so I could easily make use of these characters in programs resources - dialogs, etc.
Are there any reasons for not doing so?