bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38137: code of Emacs vs. function of OS ?


From: do ri
Subject: bug#38137: code of Emacs vs. function of OS ?
Date: Fri, 08 Nov 2019 19:28:48 +0300

Hi, all,
Prompt pls. 
 
1) Who - your code of text editor or function of operations system - interpret the control codes 0x00 till 0x1f (e.g. LineFeed 0x0a)? If these codes have glyphs in .ttf-files, and we wanna see these glyphs in text editor, changes should be done in text editor or in system function?
 
2) The same question for control codes 0x80 till 0x9f.
 
3) Opposite question: who interpret code 0x20 (Space) as mark to bring text to new line? To change code of Space to another one (e.g. to 0x49), where changes should be done?
 
4) To interpret code of old regular letter (e.g. 0x48) as control code (e.g. as LineFeed), where changes should be done?
 
5) For symbols 0x00 till 0x7f, what are the ways to use 7-bits encoding table with classical .ttf-files without converting text into 8-bits encoding?
 
P.S.
Reasons of questions:
https://www.youtube.com/watch?v=uu8W0uobvQs
 
(regular letters are 0x00 till 0x46, control codes 0x47 till 0x7f)
https://sun9-70.userapi.com/c855016/v855016873/147e35/y2yzXkm-EvQ.jpg

reply via email to

[Prev in Thread] Current Thread [Next in Thread]