home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / macfe / restext / cp1251.r < prev    next >
Encoding:
Text File  |  1998-04-08  |  2.6 KB  |  71 lines

  1.  /*
  2.  * The contents of this file are subject to the Netscape Public License
  3.  * Version 1.0 (the "NPL"); you may not use this file except in
  4.  * compliance with the NPL.  You may obtain a copy of the NPL at
  5.  * http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  8.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  9.  * for the specific language governing rights and limitations under the
  10.  * NPL.
  11.  *
  12.  * The Initial Developer of this code under the NPL is Netscape
  13.  * Communications Corporation.  Portions created by Netscape are
  14.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  15.  * Reserved.
  16.  */
  17. #include "csid.h"
  18. #include "resgui.h"
  19. data 'xlat' ( xlat_MAC_CYRILLIC_TO_CP_1251,  "MAC_CYRILLIC -> CP_1251",purgeable){
  20. /*     Translation MacOS_Cyrillic.txt -> cp1251.x   */
  21. /* A2 is unmap !!! */
  22. /* A3 is unmap !!! */
  23. /* AD is unmap !!! */
  24. /* B0 is unmap !!! */
  25. /* B2 is unmap !!! */
  26. /* B3 is unmap !!! */
  27. /* B6 is unmap !!! */
  28. /* C3 is unmap !!! */
  29. /* C4 is unmap !!! */
  30. /* C5 is unmap !!! */
  31. /* C6 is unmap !!! */
  32. /* D6 is unmap !!! */
  33. /* There are total 12 character unmap !! */
  34. /*        x0x1 x2x3 x4x5 x6x7 x8x9 xAxB xCxD xExF   */
  35. /*8x*/  $"C0C1 C2C3 C4C5 C6C7 C8C9 CACB CCCD CECF"
  36. /*9x*/  $"D0D1 D2D3 D4D5 D6D7 D8D9 DADB DCDD DEDF"
  37. /*Ax*/  $"86B0 A2A3 A795 B6B2 AEA9 9980 90AD 8183"
  38. /*Bx*/  $"B0B1 B2B3 B3B5 B6A3 AABA AFBF 8A9A 8C9C"
  39. /*Cx*/  $"BCBD ACC3 C4C5 C6AB BB85 A08E 9E8D 9DBE"
  40. /*Dx*/  $"9697 9394 9192 D684 A1A2 8F9F B9A8 B8FF"
  41. /*Ex*/  $"E0E1 E2E3 E4E5 E6E7 E8E9 EAEB ECED EEEF"
  42. /*Fx*/  $"F0F1 F2F3 F4F5 F6F7 F8F9 FAFB FCFD FEA4"
  43. };
  44.  
  45. data 'xlat' ( xlat_CP_1251_TO_MAC_CYRILLIC,  "CP_1251 -> MAC_CYRILLIC",purgeable){
  46. /*     Translation cp1251.x -> MacOS_Cyrillic.txt   */
  47. /* 82 is unmap !!! */
  48. /* 87 is unmap !!! */
  49. /* 88 is unmap !!! */
  50. /* 89 is unmap !!! */
  51. /* 8B is unmap !!! */
  52. /* 98 is unmap !!! */
  53. /* 9B is unmap !!! */
  54. /* A5 is unmap !!! */
  55. /* A6 is unmap !!! */
  56. /* AD is unmap !!! */
  57. /* B4 is unmap !!! */
  58. /* B7 is unmap !!! */
  59. /* There are total 12 character unmap !! */
  60. /*        x0x1 x2x3 x4x5 x6x7 x8x9 xAxB xCxD xExF   */
  61. /*8x*/  $"ABAE 82AF D7C9 A087 8889 BC8B BECD CBDA"
  62. /*9x*/  $"ACD4 D5D2 D3A5 D0D1 98AA BD9B BFCE CCDB"
  63. /*Ax*/  $"CAD8 D9B7 FFA5 A6A4 DDA9 B8C7 C2AD A8BA"
  64. /*Bx*/  $"A1B1 A7B4 B4B5 A6B7 DEDC B9C8 C0C1 CFBB"
  65. /*Cx*/  $"8081 8283 8485 8687 8889 8A8B 8C8D 8E8F"
  66. /*Dx*/  $"9091 9293 9495 9697 9899 9A9B 9C9D 9E9F"
  67. /*Ex*/  $"E0E1 E2E3 E4E5 E6E7 E8E9 EAEB ECED EEEF"
  68. /*Fx*/  $"F0F1 F2F3 F4F5 F6F7 F8F9 FAFB FCFD FEDF"
  69. };
  70.  
  71.