1

By default, Sublime Text renders combining Unicode characters as separate characters.

For example,
the string "a̅c" (U+0061, U+0305, U+0063) is displayed as: combining rendering (in the body, not the tab). Is there a way to duplicate this behavior in Emacs? In Vim?

Elisha
  • 4,811
  • 4
  • 30
  • 46
Merlin
  • 11
  • 2
  • @Elisha you incorrectly edited that Unicode sequence. The combining overline should be over the a, not the c. – Merlin Aug 09 '16 at 18:52
  • @Elisha This actually looks like a browser rendering issue. My browser renders the overline over the c, but checking the page source shows the bytes in the correct order. – Merlin Aug 09 '16 at 19:33
  • What is sublime? Did you mean subline? – Elisha Aug 10 '16 at 07:42
  • I believe this is what you are looking for: http://stackoverflow.com/q/3766204 – Elisha Aug 10 '16 at 07:47
  • Sublime: https://www.sublimetext.com/. And no, my vim is compiled with multibyte support. Multibyte support isn't the issue. I think you are confusing combining Unicode characters with multibyte encodings. – Merlin Aug 11 '16 at 15:16

0 Answers0