home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / lib / libi18n / unicode / utotbl / rename.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1998-04-08  |  2.3 KB  |  80 lines

  1. #!/bin/sh
  2. #
  3. # The contents of this file are subject to the Netscape Public License
  4. # Version 1.0 (the "NPL"); you may not use this file except in
  5. # compliance with the NPL.  You may obtain a copy of the NPL at
  6. # http://www.mozilla.org/NPL/
  7. #
  8. # Software distributed under the NPL is distributed on an "AS IS" basis,
  9. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10. # for the specific language governing rights and limitations under the
  11. # NPL.
  12. #
  13. # The Initial Developer of this code under the NPL is Netscape
  14. # Communications Corporation.  Portions created by Netscape are
  15. # Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16. # Reserved.
  17.  
  18.  
  19.  
  20. mv 8859-1.txt.ut 8859-1.ut
  21. mv 8859-2.txt.ut 8859-2.ut
  22. mv 8859-3.txt.ut 8859-3.ut
  23. mv 8859-4.txt.ut 8859-4.ut
  24. mv 8859-5.txt.ut 8859-5.ut
  25. mv 8859-6.txt.ut 8859-6.ut
  26. mv 8859-7.txt.ut 8859-7.ut
  27. mv 8859-8.txt.ut 8859-8.ut
  28. mv 8859-9.txt.ut 8859-9.ut
  29. mv CNS11643_1.ut cns_1.ut
  30. mv CNS11643_14.ut cns_14.ut
  31. mv CNS11643_2.ut cns_2.ut
  32. mv CP037.X.ut cp037.ut
  33. mv CP1026.X.ut cp1026.ut
  34. mv CP437.X.ut cp437.ut
  35. mv CP500.X.ut cp500.ut
  36. mv CP737.X.ut cp737.ut
  37. mv CP775.X.ut cp775.ut
  38. mv CP850.X.ut cp850.ut
  39. mv CP852.X.ut cp852.ut
  40. mv CP855.X.ut cp855.ut
  41. mv CP857.X.ut cp857.ut
  42. mv CP860.X.ut cp860.ut
  43. mv CP861.X.ut cp861.ut
  44. mv CP862.X.ut cp862.ut
  45. mv CP863.X.ut cp863.ut
  46. mv CP864.X.ut cp864.ut
  47. mv CP865.X.ut cp865.ut
  48. mv CP866.X.ut cp866.ut
  49. mv CP869.X.ut cp869.ut
  50. mv CP874.X.ut cp874.ut
  51. mv CP875.X.ut cp875.ut
  52. mv GB12345.ut gb12345.ut
  53. mv GB2312.ut gb2312.ut
  54. mv JIS0201.ut jis0201.ut
  55. mv JIS0208.ut jis0208.ut
  56. mv JIS0212.ut jis0212.ut
  57. mv KSC5601.ut ksc5601.ut
  58. mv MacOS_CentralEuro.txt.ut macce.ut
  59. mv MacOS_CorpChars.txt.ut maccorp.ut
  60. mv MacOS_Croatian.txt.ut maccroat.ut
  61. mv MacOS_Cyrillic.txt.ut maccyril.ut
  62. mv MacOS_Dingbats.txt.ut macdingb.ut
  63. mv MacOS_Greek.txt.ut macgreek.ut
  64. mv MacOS_Icelandic.txt.ut macicela.ut
  65. mv MacOS_Roman.txt.ut macroman.ut
  66. mv MacOS_Romanian.txt.ut macro.ut
  67. mv MacOS_Symbol.txt.ut macsymbo.ut
  68. mv MacOS_Turkish.txt.ut macturki.ut
  69. mv MacOS_Ukrainian.txt.ut macukrai.ut
  70. mv cp1250.x.ut cp1250.ut
  71. mv cp1251.x.ut cp1251.ut
  72. mv cp1252.x.ut cp1252.ut
  73. mv cp1253.x.ut cp1253.ut
  74. mv cp1254.x.ut cp1254.ut
  75. mv cp1255.x.ut cp1255.ut
  76. mv cp1256.x.ut cp1256.ut
  77. mv cp1257.x.ut cp1257.ut
  78. mv Shift-JIS.ut sjis.ut
  79. mv Big5.ut big5.ut
  80.