home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / oss / cvs-2004 / bahasa / mysql / alphabet.sql,v < prev    next >
Text File  |  2003-08-26  |  3KB  |  137 lines

  1. head    1.3;
  2. access;
  3. symbols
  4.     Initial:1.1.1.1 bule:1.1.1;
  5. locks; strict;
  6. comment    @# @;
  7.  
  8.  
  9. 1.3
  10. date    2003.08.26.07.21.11;    author bule;    state Exp;
  11. branches;
  12. next    1.2;
  13.  
  14. 1.2
  15. date    2003.08.20.06.46.49;    author bule;    state Exp;
  16. branches;
  17. next    1.1;
  18.  
  19. 1.1
  20. date    2003.08.12.19.18.23;    author bule;    state Exp;
  21. branches
  22.     1.1.1.1;
  23. next    ;
  24.  
  25. 1.1.1.1
  26. date    2003.08.12.19.18.23;    author bule;    state Exp;
  27. branches;
  28. next    ;
  29.  
  30.  
  31. desc
  32. @@
  33.  
  34.  
  35. 1.3
  36. log
  37. @*** empty log message ***
  38. @
  39. text
  40. @#/////////////////////////////////////////////////////////////////////////////
  41. #/////////////////////////////////////////////////////////////////////////////
  42. #/ Project Name: Bahasa Indonesia Dictionary
  43. #/ Directory:    bahasa/mysql
  44. #/ File Name:    alphabet.sql 
  45. #/ Author(s):    John L. Whiteman
  46. #/ Created:      June 23, 2003  
  47. #/ Modified:     Aug 26, 2003
  48. #/ Description:  This mySQL file contains the Indonesian alphabet for 
  49. #/               both pre and post 1972 spelling conventions.
  50. #/ 
  51. #/ Copyright (c) 2003 John L. Whiteman
  52. #/
  53. #/ Permission is herby granted, free of charge, to any person obtaining a 
  54. #/ copy of this software, data, and associated documentation files 
  55. #/ (the "Software"), to deal in the Software without restriction, 
  56. #/ including without limitation the rights to use, copy, modify, merge, 
  57. #/ publish, distribute, sublicense, and/or sell copies of Software, and to
  58. #/ permit persons to whom the Software is furnished to do so, subject to 
  59. #/ the following conditions:
  60. #/
  61. #/ The above copyright notice and this permission notice shall be 
  62. #/ included in all copies or substantial portions of the Software.
  63. #/
  64. #/ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
  65. #/ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  66. #/ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  67. #/ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 
  68. #/ ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHERE IN AN ACTION OF CONTRACT,
  69. #/ TORT OR OTHERWISE, ARISING IN THE SOFTWARE.  
  70. #/////////////////////////////////////////////////////////////////////////////
  71. #/////////////////////////////////////////////////////////////////////////////
  72.  
  73. INSERT INTO alphabet VALUES
  74. ("", "a", "a", ""),
  75. ("", "b", "b", ""),
  76. ("", "c", "tj", ""),
  77. ("", "d", "d", ""),
  78. ("", "e", "e", ""),
  79. ("", "f", "f", ""),
  80. ("", "g", "g", ""),
  81. ("", "h", "h", ""),
  82. ("", "i", "i", ""),
  83. ("", "j", "dj", ""),
  84. ("", "k", "k", ""),
  85. ("", "kh", "ch", ""),
  86. ("", "l", "l", ""),
  87. ("", "m", "m", ""),
  88. ("", "n", "n", ""),
  89. ("", "ny", "nj", ""),
  90. ("", "o", "o", ""),
  91. ("", "p", "p", ""),
  92. ("", "q", "q", ""),
  93. ("", "r", "r", ""),
  94. ("", "s", "s", ""),
  95. ("", "sy", "sj", ""),
  96. ("", "t", "t", ""),
  97. ("", "u", "u", ""),
  98. ("", "v", "v", ""),
  99. ("", "w", "w", ""),
  100. ("", "x", "x", ""),
  101. ("", "y", "y", ""),
  102. ("", "z", "z", "");
  103.  
  104. @
  105.  
  106.  
  107. 1.2
  108. log
  109. @*** empty log message ***
  110. @
  111. text
  112. @d8 1
  113. a8 1
  114. #/ Modified:     August 19, 2003
  115. d33 1
  116. d64 1
  117. @
  118.  
  119.  
  120. 1.1
  121. log
  122. @Initial revision
  123. @
  124. text
  125. @d1 32
  126. a62 1
  127.  
  128. @
  129.  
  130.  
  131. 1.1.1.1
  132. log
  133. @Bahasa Indonesia Dictionary
  134. @
  135. text
  136. @@
  137.