User Tools

Site Tools


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
plan9front_-_unicode_utf_and_fontviewer [2023/10/09 23:08] – [keyboard] hc9plan9front_-_unicode_utf_and_fontviewer [2023/10/15 05:23] hc9
Line 6: Line 6:
  
 <code> <code>
-cpu% cat /lib/unicode|grep 'superscript two' +cpu% cat /lib/keyboard|grep 'superscript digit two' 
-00b2    superscript two +00B2  s2          ²  superscript digit two 
-cpu% grep< /lib/unicode -e 'superscript two' +cpu% grep< /lib/keyboard -e 'superscript digit two' 
-00b2    superscript two +00B2  s2          ²  superscript digit two 
-cpu% grep 'superscript two' /lib/unicode +cpu% grep 'superscript digit two' /lib/keyboard 
-00b2    superscript two +00B2  s2          ²  superscript digit two 
-cpu% unicode 00b2+cpu% unicode 00B2
 ² ²
 cpu% cpu%
Line 18: Line 18:
  
 <code> <code>
-cpu% g 'superscript two' /lib/unicode +cpu% g 'superscript digit two' /lib/keyboard 
-/lib/unicode:179 00b2  superscript two +/lib/keyboard:18: 00B2  s2          ²  superscript digit two 
-cpu% unicode 00b2+cpu% unicode 00B2
 cpu% cpu%
 ² ²
Line 27: Line 27:
  
 <code> <code>
-cpu% page /lib/unicode.notice+cpu% page /lib/keyboard
 </code> </code>
  
Line 47: Line 47:
 |**New Cut Paste Snarf Sort Zerox Delcol Mail**| |**New Cut Paste Snarf Sort Zerox Delcol Mail**|
 |**Del Snarf : Look**| |**Del Snarf : Look**|
-|[blank panel]|:::|⇐ Type //cat <nowiki>/</nowiki>lib<nowiki>/</nowiki>unicode|grep 'superscript two'// in the panel.|+|[blank panel]|:::|⇐ Type //cat <nowiki>/</nowiki>lib<nowiki>/</nowiki>keyboard|grep 'superscript digit two'// in the 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**|
-|cat /lib/unicode<nowiki>|</nowiki>grep 'superscript two'|:::|⇐ Highlight the text string, then mouse button 2 press to execute the command.| +|cat /lib/keyboard<nowiki>|</nowiki>grep 'superscript digit 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< /lib/keyboard -e 'superscript digit 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.|+|grep 'superscript digit two' /lib/keyboard|:::|⇐ Highlight the text string, then mouse button 2 press to execute the command.|
  
 ===== UTF-8 ===== ===== UTF-8 =====
Line 69: Line 69:
  
 <code> <code>
-cpu%grep smiley /lib/keyboard+cpu% grep smiley /lib/keyboard
 263A  :)          ☺   smiley face 263A  :)          ☺   smiley face
 +</code>
 +
 +<code>
 +cpu% grep 'fraction one half' /lib/keyboard
 +00BD  12          ½    fraction one half
 +</code>
 +
 +|x|//The sequence for entering 8 1/2 on an IBM keyboard is// ''8-ALT-1-2''.|
 +
 +<code>
 +cpu% pwd
 +/sys/doc
 +cpu% cd 8½
 +cpu% pwd
 +/sys/doc/
 +cpu%
 </code> </code>
  
plan9front_-_unicode_utf_and_fontviewer.txt · Last modified: 2023/10/15 05:45 by hc9