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
Next revisionBoth sides next revision
vps_-_plan9front_-_unicode_utf_and_fontviewer [2021/10/01 08:30] – [Unicode] hc9vps_-_plan9front_-_unicode_utf_and_fontviewer [2021/10/16 21:08] – rc command output results without prompt pallas
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 
 +² 
 +</code> 
 + 
 +<code> 
 +cpu% g 'superscript two' /lib/unicode 
 +/lib/unicode:179 00b2  superscript two
 cpu% unicode 00b2 cpu% unicode 00b2
 cpu% ² cpu% ²
 +</code>
 +
 +<code>
 +cpu% page /lib/unicode.notice
 </code> </code>
  
Line 35: Line 50:
 |**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 =====