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:05] – [Unicode] hc9vps_-_plan9front_-_unicode_utf_and_fontviewer [2022/06/09 20:45] – [Unicode] hc9
Line 3: Line 3:
 ===== Unicode ===== ===== Unicode =====
  
 +At the rio rc prompt:
  
 <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>
 +
 +<code>
 +cpu% g 'superscript two' /lib/unicode
 +/lib/unicode:179 00b2  superscript two
 +cpu% unicode 00b2
 +cpu%
 +²
 +cpu%
 +</code>
 +
 +<code>
 +cpu% page /lib/unicode.notice
 +</code>
 +
 +Within acme:
  
 <code> <code>
Line 19: Line 40:
  
 ^Newcol Kill Putall Dump Exit^^^ ^Newcol Kill Putall Dump Exit^^^
-|**New Cut Paste Snarf Sort Zerox Delcol Mail**|:::|⇐ Mouse button 2 press //New//.|+|**New Cut Paste Snarf Sort Zerox Delcol Mail**|:::|
 |**Del Snarf : Look**| |**Del Snarf : Look**|
-|[blank pane]|+|[blank panel]|
  
 ^Newcol Kill Putall Dump Exit^^^ ^Newcol Kill Putall Dump Exit^^^
 |**New Cut Paste Snarf Sort Zerox Delcol Mail**| |**New Cut Paste Snarf Sort Zerox Delcol Mail**|
 |**Del Snarf : Look**| |**Del Snarf : Look**|
-|[blank pane]|:::|⇐ Type //cat <nowiki>/</nowiki>lib<nowiki>/</nowiki>unicode|grep 'superscript two'// in the pane.| +|[blank panel]|:::|⇐ Type //cat <nowiki>/</nowiki>lib<nowiki>/</nowiki>unicode|grep 'superscript two'// in the panel.|
  
 +^Newcol Kill Putall Dump Exit^^^
 +|**New Cut Paste Snarf Sort Zerox Delcol Mail**|
 +|**Del Snarf : Look**|
 +|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 =====