You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

273 lines
7.2 KiB

8 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <meta name="theme-color" content="#375EAB">
  7. <title>/src/golang.org/x/text - The Go Programming Language</title>
  8. <link type="text/css" rel="stylesheet" href="../../../../lib/godoc/style.css">
  9. <link rel="stylesheet" href="../../../../lib/godoc/jquery.treeview.css">
  10. <script type="text/javascript">window.initFuncs = [];</script>
  11. </head>
  12. <body>
  13. <div id='lowframe' style="position: fixed; bottom: 0; left: 0; height: 0; width: 100%; border-top: thin solid grey; background-color: white; overflow: auto;">
  14. ...
  15. </div><!-- #lowframe -->
  16. <div id="topbar" class="wide"><div class="container">
  17. <div class="top-heading" id="heading-wide"><a href="http://localhost:6060/">The Go Programming Language</a></div>
  18. <div class="top-heading" id="heading-narrow"><a href="http://localhost:6060/">Go</a></div>
  19. <a href="index.html#" id="menu-button"><span id="menu-button-arrow">&#9661;</span></a>
  20. <form method="GET" action="http://localhost:6060/search">
  21. <div id="menu">
  22. <a href="http://localhost:6060/doc/">Documents</a>
  23. <a href="http://localhost:6060/pkg/">Packages</a>
  24. <a href="http://localhost:6060/project/">The Project</a>
  25. <a href="http://localhost:6060/help/">Help</a>
  26. <a href="http://localhost:6060/blog/">Blog</a>
  27. <input type="text" id="search" name="q" class="inactive" value="Search" placeholder="Search">
  28. </div>
  29. </form>
  30. </div></div>
  31. <div id="page" class="wide">
  32. <div class="container">
  33. <h1>Directory /src/golang.org/x/text</h1>
  34. <div id="nav"></div>
  35. <!--
  36. Copyright 2009 The Go Authors. All rights reserved.
  37. Use of this source code is governed by a BSD-style
  38. license that can be found in the LICENSE file.
  39. -->
  40. <!--
  41. Note: Static (i.e., not template-generated) href and id
  42. attributes start with "pkg-" to make it impossible for
  43. them to conflict with generated attributes (some of which
  44. correspond to Go identifiers).
  45. -->
  46. <div class="pkg-dir">
  47. <table>
  48. <tr>
  49. <th class="pkg-name">Name</th>
  50. <th class="pkg-synopsis">Synopsis</th>
  51. </tr>
  52. <tr>
  53. <td colspan="2"><a href="../index.html">..</a></td>
  54. </tr>
  55. <tr>
  56. <td class="pkg-name" style="padding-left: 0px;">
  57. <a href="encoding/index.html">encoding</a>
  58. </td>
  59. <td class="pkg-synopsis">
  60. Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8.
  61. </td>
  62. </tr>
  63. <tr>
  64. <td class="pkg-name" style="padding-left: 20px;">
  65. <a href="encoding/charmap/index.html">charmap</a>
  66. </td>
  67. <td class="pkg-synopsis">
  68. Package charmap provides simple character encodings such as IBM Code Page 437 and Windows 1252.
  69. </td>
  70. </tr>
  71. <tr>
  72. <td class="pkg-name" style="padding-left: 20px;">
  73. <a href="encoding/htmlindex/index.html">htmlindex</a>
  74. </td>
  75. <td class="pkg-synopsis">
  76. Package htmlindex maps character set encoding names to Encodings as recommended by the W3C for use in HTML 5.
  77. </td>
  78. </tr>
  79. <tr>
  80. <td class="pkg-name" style="padding-left: 20px;">
  81. <a href="encoding/ianaindex/index.html">ianaindex</a>
  82. </td>
  83. <td class="pkg-synopsis">
  84. Package ianaindex maps names to Encodings as specified by the IANA registry.
  85. </td>
  86. </tr>
  87. <tr>
  88. <td class="pkg-name" style="padding-left: 20px;">
  89. <a href="encoding/japanese/index.html">japanese</a>
  90. </td>
  91. <td class="pkg-synopsis">
  92. Package japanese provides Japanese encodings such as EUC-JP and Shift JIS.
  93. </td>
  94. </tr>
  95. <tr>
  96. <td class="pkg-name" style="padding-left: 20px;">
  97. <a href="encoding/korean/index.html">korean</a>
  98. </td>
  99. <td class="pkg-synopsis">
  100. Package korean provides Korean encodings such as EUC-KR.
  101. </td>
  102. </tr>
  103. <tr>
  104. <td class="pkg-name" style="padding-left: 20px;">
  105. <a href="encoding/simplifiedchinese/index.html">simplifiedchinese</a>
  106. </td>
  107. <td class="pkg-synopsis">
  108. Package simplifiedchinese provides Simplified Chinese encodings such as GBK.
  109. </td>
  110. </tr>
  111. <tr>
  112. <td class="pkg-name" style="padding-left: 20px;">
  113. <a href="encoding/traditionalchinese/index.html">traditionalchinese</a>
  114. </td>
  115. <td class="pkg-synopsis">
  116. Package traditionalchinese provides Traditional Chinese encodings such as Big5.
  117. </td>
  118. </tr>
  119. <tr>
  120. <td class="pkg-name" style="padding-left: 20px;">
  121. <a href="encoding/unicode/index.html">unicode</a>
  122. </td>
  123. <td class="pkg-synopsis">
  124. Package unicode provides Unicode encodings such as UTF-16.
  125. </td>
  126. </tr>
  127. <tr>
  128. <td class="pkg-name" style="padding-left: 40px;">
  129. <a href="encoding/unicode/utf32/index.html">utf32</a>
  130. </td>
  131. <td class="pkg-synopsis">
  132. Package utf32 provides the UTF-32 Unicode encoding.
  133. </td>
  134. </tr>
  135. <tr>
  136. <td class="pkg-name" style="padding-left: 0px;">
  137. <a href="language/index.html">language</a>
  138. </td>
  139. <td class="pkg-synopsis">
  140. Package language implements BCP 47 language tags and related functionality.
  141. </td>
  142. </tr>
  143. <tr>
  144. <td class="pkg-name" style="padding-left: 20px;">
  145. <a href="language/display/index.html">display</a>
  146. </td>
  147. <td class="pkg-synopsis">
  148. Package display provides display names for languages, scripts and regions in a requested language.
  149. </td>
  150. </tr>
  151. <tr>
  152. <td class="pkg-name" style="padding-left: 0px;">
  153. <a href="runes/index.html">runes</a>
  154. </td>
  155. <td class="pkg-synopsis">
  156. Package runes provide transforms for UTF-8 encoded text.
  157. </td>
  158. </tr>
  159. <tr>
  160. <td class="pkg-name" style="padding-left: 0px;">
  161. <a href="transform/index.html">transform</a>
  162. </td>
  163. <td class="pkg-synopsis">
  164. Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations.
  165. </td>
  166. </tr>
  167. </table>
  168. </div>
  169. <div id="footer">
  170. Build version go1.6.<br>
  171. Except as <a href="https://developers.google.com/site-policies#restrictions">noted</a>,
  172. the content of this page is licensed under the
  173. Creative Commons Attribution 3.0 License,
  174. and code is licensed under a <a href="http://localhost:6060/LICENSE">BSD license</a>.<br>
  175. <a href="http://localhost:6060/doc/tos.html">Terms of Service</a> |
  176. <a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a>
  177. </div>
  178. </div><!-- .container -->
  179. </div><!-- #page -->
  180. <!-- TODO(adonovan): load these from <head> using "defer" attribute? -->
  181. <script type="text/javascript" src="../../../../lib/godoc/jquery.js"></script>
  182. <script type="text/javascript" src="../../../../lib/godoc/jquery.treeview.js"></script>
  183. <script type="text/javascript" src="../../../../lib/godoc/jquery.treeview.edit.js"></script>
  184. <script type="text/javascript" src="../../../../lib/godoc/godocs.js"></script>
  185. </body>
  186. </html>