Unicode Text not Rendering in mac
Description
Unicode Kannada text is not rendering correctly in Sublime Text editor.
Steps to reproduce
Create a python test file with below lines.
print('ಕನ್ನಡ ')
print('ನನ್ನನ್ನು', 'ನಿನ್ನನ್ನು', 'ಏನನ್ನು', 'ನನ್ನ')
and run the above print statements
Expected behavior
Expected behavior in sublime Editor

Expected behavior in output window, similar to output in terminal window

Actual behavior
Broken text. Sublime text editor is not applying opentype features 'GSUB' and 'GPOS'. I think the sublime editor is not linking shaping engine.
Harfbuzz shaping engine is preferred over Apple Coretext engine in mac.

Environment
- Build: 3207
- Operating system and version: macOS 10.14.6 (18G95)
Can you provide the literal text in a comment here?
Does Safari render the text properly?
We don't currently have a plan on switching from CoreText to Harfbuzz.
Looks like this on Linux fwiw:

Text: print('ಕನ್ನಡ ') print('ನನ್ನನ್ನು', 'ನಿನ್ನನ್ನು', 'ಏನನ್ನು', 'ನನ್ನ')
Safari has no problem rendering this text.

ಕನ್ನಡ ನನ್ನನ್ನು ನಿನ್ನನ್ನು ನನ್ನ

most Kannada fonts uses
GSUB features: nukt, akhn, rphf, blwf, half, abvs, blws, blws, psts, haln, pres
GPOS features: blwm, dist
Please support these Opentype features.
For me the space towards the end of the first line doesn't show.
Sublime Text:
build: 4056
channel: dev
portable: false
platform: macOS 10.15.1 (19B88)
hardware: MBP 15" 2018, i9 2.9GHz, 32GB, 1TB, Radeon Pro 560X
open_gl:
GL API Version: 4.1 INTEL-14.2.16
GLSL Version: 4.10
Vendor: Intel Inc.
Renderer: Intel(R) UHD Graphics 630
@jrappen it’s definitely shaping engine issue
Any changes to this issue?