Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • adhoc_3.1.20171129_215341
  • adhoc_3.1.5.beta.2
  • transparentMetal2
  • adhoc_3.1.20171104_144308
  • metal
  • adhoc_3.1.20171013_214551
  • asyncSemanticHistory
  • release_3.1.2
  • adhoc_3.1.20170924_105026
  • 3.1.1
  • adhoc_3.1.20170912_222342
  • adhoc_3.1.20170820_220120
  • deferredUpdateWithBugfix
  • cadenceControllerAndDeferredCadenceChanges
  • adhoc_3.1.20170801_221757
  • adhoc_3.1.20170513_113452
  • 3.0.16
  • adhoc_3.1.20170424_220422
  • adhoc_3.1.20170424_215714
  • v3.1.5
  • v3.1.5.beta.2
  • v3.1.4
  • v3.1.5.beta.1
  • v3.1.4.beta.1
  • v3.1.3
  • v3.1.3.beta.1
  • v3.1.2
  • v3.1.2.beta.2
  • v3.1.2.beta.1
  • v3.1.1
  • v3.1.0
  • v3.1.beta.10
  • v3.1.beta.9
  • v3.1.beta.8
  • v3.1.beta.7
  • v3.1.beta.6
  • v3.1.beta.5
  • v3.1.beta.4
  • v3.1.beta.3
40 results

NSStringITerm.m

  • George Nachman's avatar
    ca3ebbb3
    Halfwidth katakana voiced and semi-voiced sound marks are not treated as... · ca3ebbb3
    George Nachman authored
    Halfwidth katakana voiced and semi-voiced sound marks are not treated as combining marks by Terminal. I don't really know why; my only guess is that japanese text should be rendered monospaced (TextEdit does) but when these marks combine they don't become double-width, so things don't line up as you'd expect. The solution is to force them to be base characters. Issue 6048.
    ca3ebbb3
    History
    Halfwidth katakana voiced and semi-voiced sound marks are not treated as...
    George Nachman authored
    Halfwidth katakana voiced and semi-voiced sound marks are not treated as combining marks by Terminal. I don't really know why; my only guess is that japanese text should be rendered monospaced (TextEdit does) but when these marks combine they don't become double-width, so things don't line up as you'd expect. The solution is to force them to be base characters. Issue 6048.