9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Inferno vs. Plan 9 lib/keyboard?
@ 2001-06-15 14:58 Paul C Lustgarten
  0 siblings, 0 replies; 2+ messages in thread
From: Paul C Lustgarten @ 2001-06-15 14:58 UTC (permalink / raw)
  To: 9fans

As we work on better integrating the Inferno and Plan 9 family
of operating systems, we're uncovering and eliminating various
(mostly gratuitous) incompatibilities.

One I found last night is in /lib/keyboard -
any (good) reason for having two different versions?

% diff /lib/keyboard /sys/inferno/lib/keyboard
18,19c18,19
< 00B2  S2          ²	superscript digit two
< 00B3  S3          ³	superscript digit three
---
> 00B2  s2          ²	superscript digit two
> 00B3  s3          ³	superscript digit three
25c25
< 00B9  S1          ¹	superscript digit one
---
> 00B9  s1          ¹	superscript digit one
397,399d396
< 2071  s1          ⁱ	superscript digit one
< 2072  s2          ⁲	superscript digit two
< 2073  s3          ⁳	superscript digit three
412,413d408
< 2013  en          –	en dash
< 2014  em          –	em dash
429d423
< 20AC  e$          €	euro symbol
543,544c537
< 2423              ␣	open box, visible space
< 263A  :)          ☺ smiley face
---
> 2423              ␣	open box
557,559d549
< F015  ZA          	raw alt (plan 9 specific)
< F016  ZS          	raw shift (plan 9 specific)
< F017  ZC          	raw ctl (plan 9 specific)
% 



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] Inferno vs. Plan 9 lib/keyboard?
@ 2001-06-15 22:26 forsyth
  0 siblings, 0 replies; 2+ messages in thread
From: forsyth @ 2001-06-15 22:26 UTC (permalink / raw)
  To: 9fans

>>One I found last night is in /lib/keyboard -
>>any (good) reason for having two different versions?

... time and chance happeneth to them all.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-06-15 22:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-15 14:58 [9fans] Inferno vs. Plan 9 lib/keyboard? Paul C Lustgarten
2001-06-15 22:26 forsyth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).