Browse Source

* converted comments to utf-8, so the file is readable in modern text editors

git-svn-id: branches/unicodekvm@48921 -
nickysn 4 years ago
parent
commit
1c961a4986
1 changed files with 19 additions and 19 deletions
  1. 19 19
      packages/rtl-console/src/unix/video.pp

+ 19 - 19
packages/rtl-console/src/unix/video.pp

@@ -253,43 +253,43 @@ begin
   case ch of
   case ch of
     #18:
     #18:
       convert_vga_to_acs:=word('|');
       convert_vga_to_acs:=word('|');
-    #24, #30: {}
+    #24, #30: {↑▲}
       convert_vga_to_acs:=word('^');
       convert_vga_to_acs:=word('^');
-    #25, #31: {}
+    #25, #31: {↓▼}
       convert_vga_to_acs:=word('v');
       convert_vga_to_acs:=word('v');
-    #26, #16: {Never introduce a ctrl-Z ... }
+    #26, #16: {Never introduce a ctrl-Z ... →►}
       convert_vga_to_acs:=word('>');
       convert_vga_to_acs:=word('>');
-    {#27,} #17: {}
+    {#27,} #17: {�◄}
       convert_vga_to_acs:=word('<');
       convert_vga_to_acs:=word('<');
-    #176, #177, #178: {°±²}
+    #176, #177, #178: {â–‘â–’â–“}
       convert_vga_to_acs:=$f800+word('a');
       convert_vga_to_acs:=$f800+word('a');
-    #180, #181, #182, #185: {´µ¶¹}
+    #180, #181, #182, #185: {┤╡╢╣}
       convert_vga_to_acs:=$f800+word('u');
       convert_vga_to_acs:=$f800+word('u');
-    #183, #184, #187, #191: {·¸»¿}
+    #183, #184, #187, #191: {╖╕╗�}
       convert_vga_to_acs:=$f800+word('k');
       convert_vga_to_acs:=$f800+word('k');
-    #188, #189, #190, #217: {¼½¾Ù}
+    #188, #189, #190, #217: {�╜╛┘}
       convert_vga_to_acs:=$f800+word('j');
       convert_vga_to_acs:=$f800+word('j');
-    #192, #200, #211, #212: {ÀÈÓÔ}
+    #192, #200, #211, #212: {└╚╙╘}
       convert_vga_to_acs:=$f800+word('m');
       convert_vga_to_acs:=$f800+word('m');
-    #193, #202, #207, #208: {ÁÊÏÐ}
+    #193, #202, #207, #208: {┴╩╧╨}
       convert_vga_to_acs:=$f800+word('v');
       convert_vga_to_acs:=$f800+word('v');
-    #194, #203, #209, #210: {ÂËÑÒ}
+    #194, #203, #209, #210: {┬╦╤╥}
       convert_vga_to_acs:=$f800+word('w');
       convert_vga_to_acs:=$f800+word('w');
-    #195, #198, #199, #204: {ÃÆÇÌ}
+    #195, #198, #199, #204: {├╞╟╠}
       convert_vga_to_acs:=$f800+word('t');
       convert_vga_to_acs:=$f800+word('t');
-    #196, #205: {ÄÍ}
+    #196, #205: {─�}
       convert_vga_to_acs:=$f800+word('q');
       convert_vga_to_acs:=$f800+word('q');
-    #179, #186: {³º}
+    #179, #186: {│║}
       convert_vga_to_acs:=$f800+word('x');
       convert_vga_to_acs:=$f800+word('x');
-    #197, #206, #215, #216: {ÅÎר}
+    #197, #206, #215, #216: {┼╬╫╪}
       convert_vga_to_acs:=$f800+word('n');
       convert_vga_to_acs:=$f800+word('n');
-    #201, #213, #214, #218: {ÉÕÖÚ}
+    #201, #213, #214, #218: {╔╒╓┌}
       convert_vga_to_acs:=$f800+word('l');
       convert_vga_to_acs:=$f800+word('l');
-    #254: { þ }
+    #254: { â–  }
       convert_vga_to_acs:=word('*');
       convert_vga_to_acs:=word('*');
     { Shadows for Buttons }
     { Shadows for Buttons }
-    #220  { Ü },
-    #223: { ß }
+    #220  { â–„ },
+    #223: { â–€ }
       convert_vga_to_acs:=$f800+word('a');
       convert_vga_to_acs:=$f800+word('a');
     else
     else
       convert_vga_to_acs:=word(ch);
       convert_vga_to_acs:=word(ch);