mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-24 02:36:15 +00:00
60 lines
No EOL
3.3 KiB
HTML
60 lines
No EOL
3.3 KiB
HTML
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Internationalization — Miller 6.0.0-alpha documentation</title>
|
|
|
|
<link rel="stylesheet" href="_static/scrolls.css" type="text/css" />
|
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
|
<link rel="stylesheet" href="_static/print.css" type="text/css" />
|
|
|
|
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
|
|
<script src="_static/jquery.js"></script>
|
|
<script src="_static/underscore.js"></script>
|
|
<script src="_static/doctools.js"></script>
|
|
<script src="_static/language_data.js"></script>
|
|
<script src="_static/theme_extras.js"></script>
|
|
<link rel="index" title="Index" href="genindex.html" />
|
|
<link rel="search" title="Search" href="search.html" />
|
|
<link rel="next" title="Output colorization" href="output-colorization.html" />
|
|
<link rel="prev" title="Record-heterogeneity" href="record-heterogeneity.html" />
|
|
</head><body>
|
|
<div id="content">
|
|
<div class="header">
|
|
<h1 class="heading"><a href="index.html"
|
|
title="back to the documentation overview"><span>Internationalization</span></a></h1>
|
|
</div>
|
|
<div class="relnav" role="navigation" aria-label="related navigation">
|
|
<a href="record-heterogeneity.html">« Record-heterogeneity</a> |
|
|
<a href="#">Internationalization</a>
|
|
| <a href="output-colorization.html">Output colorization »</a>
|
|
</div>
|
|
<div id="contentwrapper">
|
|
<div role="main">
|
|
|
|
<div class="section" id="internationalization">
|
|
<h1>Internationalization<a class="headerlink" href="#internationalization" title="Permalink to this headline">¶</a></h1>
|
|
<p>Miller handles ASCII and UTF-8 strings. (I have no plans to support UTF-16 or ISO-8859-1.)</p>
|
|
<p>Support for internationalization includes:</p>
|
|
<ul class="simple">
|
|
<li><p>Tabular output formats such pprint and xtab (see <a class="reference internal" href="file-formats.html"><span class="doc">File formats</span></a>) are aligned correctly.</p></li>
|
|
<li><p>The <a class="reference internal" href="reference-dsl-builtin-functions.html#reference-dsl-strlen"><span class="std std-ref">strlen</span></a> function correctly counts UTF-8 codepoints rather than bytes.</p></li>
|
|
<li><p>The <a class="reference internal" href="reference-dsl-builtin-functions.html#reference-dsl-toupper"><span class="std std-ref">toupper</span></a>, <a class="reference internal" href="reference-dsl-builtin-functions.html#reference-dsl-tolower"><span class="std std-ref">tolower</span></a>, and <a class="reference internal" href="reference-dsl-builtin-functions.html#reference-dsl-capitalize"><span class="std std-ref">capitalize</span></a> DSL functions operate within the capabilities of the Go libraries.</p></li>
|
|
</ul>
|
|
<p>Please file an issue at <a class="reference external" href="https://github.com/johnkerl/miller">https://github.com/johnkerl/miller</a> if you encounter bugs related to internationalization (or anything else for that matter).</p>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="footer" role="contentinfo">
|
|
© Copyright 2021, John Kerl.
|
|
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.2.1.
|
|
</div>
|
|
</body>
|
|
</html> |