User Tools

Site Tools


vps_-_plan9front_-_unicode_utf_and_fontviewer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
vps_-_plan9front_-_unicode_utf_and_fontviewer [2021/10/01 08:49] – [Unicode] hc9vps_-_plan9front_-_unicode_utf_and_fontviewer [2022/06/09 20:45] – [Unicode] hc9
Line 7: Line 7:
 <code> <code>
 cpu% cat /lib/unicode|grep 'superscript two' cpu% cat /lib/unicode|grep 'superscript two'
-cpu% 00b2    superscript two+00b2    superscript two 
 +cpu% grep< /lib/unicode -e 'superscript two' 
 +00b2    superscript two 
 +cpu% grep 'superscript two' /lib/unicode 
 +00b2    superscript two
 cpu% unicode 00b2 cpu% unicode 00b2
-cpu% ²+² 
 +cpu% 
 +</code> 
 + 
 +<code> 
 +cpu% g 'superscript two' /lib/unicode 
 +/lib/unicode:179 00b2  superscript two 
 +cpu% unicode 00b2 
 +cpu% 
 +² 
 +cpu%
 </code> </code>
  
Line 39: Line 53:
 |**Del Snarf : Look**| |**Del Snarf : Look**|
 |cat /lib/unicode<nowiki>|</nowiki>grep 'superscript two'|:::|⇐ Highlight the text string, then mouse button 2 press to execute the command.| |cat /lib/unicode<nowiki>|</nowiki>grep 'superscript two'|:::|⇐ Highlight the text string, then mouse button 2 press to execute the command.|
 +|grep< /lib/unicode -e 'superscript two'|:::|⇐ Highlight the text string, then mouse button 2 press to execute the command.|
 +|grep 'superscript two' /lib/unicode|:::|⇐ Highlight the text string, then mouse button 2 press to execute the command.|
  
 ===== UTF-8 ===== ===== UTF-8 =====