-1

Is there any way, via settings or a custom script, to force the use of ASCII-only encoding in Outlook 2013?

I often pass one-liners and code snippets between myself and other developers, and we will copy-paste them into a command-line prompt for testing various tools. A common issue is that the editor will replace hyphens - with some wider "full width hyphen" or "dash" character, that gets converted to an accented ASCII character when we paste it into prompts.

Right now, we resolve it by pasting it into GVIM on Windows and running a VIM script to handle the conversion, but it's a pain and can be unreliable, especially for other developers who hate using VIM. Since all correspondence is handled in English, French, or Italian anyways (we don't get picky with accents), there's no need for unicode support. Can we turn it off?

Thanks.

Cloud
  • 18,753
  • 15
  • 79
  • 153

1 Answers1

1

No, and this has nothing to do with Unicode support in Outlook. This is how Outlook editor (Word) works.

EDIT: you can turn smart quotes off in Outlook: http://www.extendoffice.com/documents/outlook/2084-outlook-disable-turn-off-smart-quotes.html

Dmitry Streblechenko
  • 62,942
  • 4
  • 53
  • 78
  • Thanks. That's a shame. I figured if I could somehow just limit the character set, no more woes with various characters becoming mangled when pasting into `CMD`. – Cloud Jan 27 '16 at 18:34
  • You should be able to turn that option off - http://www.extendoffice.com/documents/outlook/2084-outlook-disable-turn-off-smart-quotes.html – Dmitry Streblechenko Jan 27 '16 at 19:44
  • Thank you. That solves part of the problem. – Cloud Jan 27 '16 at 21:02