App-Chart

 view release on metacpan or  search on metacpan

lib/App/Chart/doc/chart.html  view on Meta::CPAN

<a class="index-entry-id" id="index-LSE"></a></td><td>London Stock Exchange (LSE) <br> <a class="uref" href="http://www.londonstockexchange.com">http://www.londonstockexchange.com</a></td></tr>
<tr><td></td></tr>
<tr><td>&lsquo;<samp class="samp">.IL</samp>&rsquo;</td><td><a class="index-entry-id" id="index-_002eIL"></a>
<a class="index-entry-id" id="index-International-Order-Book"></a>
<a class="index-entry-id" id="index-IOB"></a></td><td>London Stock Exchange International Order Book (IOB) <br>
<a class="uref" href="http://www.londonstockexchange.com/iob">http://www.londonstockexchange.com/iob</a></td></tr>
</tbody>
</table>
</blockquote>



<hr>
</div>
</div>
</div>
<div class="chapter-level-extent" id="Internationalization">
<div class="nav-panel">
<p>
Next: <a href="#Emacs" accesskey="n" rel="next">Emacs</a>, Previous: <a href="#Data-Sources" accesskey="p" rel="prev">Data Sources</a>, Up: <a href="#Top" accesskey="u" rel="up">Chart</a> &nbsp; [<a href="#Concept-Index" title="Index" rel="index">Ind...
</div>
<h2 class="chapter" id="Internationalization-1"><span>17 Internationalization<a class="copiable-link" href="#Internationalization-1"> &para;</a></span></h2>
<a class="index-entry-id" id="index-Internationalization"></a>
<a class="index-entry-id" id="index-Localization"></a>
<a class="index-entry-id" id="index-Preferences_002c-locale"></a>

<p>Chart is written in English, but has support for various localizations,
selected by the usual system mechanisms.
</p>
<dl class="table">
<dt><a class="index-entry-id" id="index-Thousands-character"></a>
<a id="index-Decimal-point"></a><span>Numbers<a class="copiable-link" href="#index-Decimal-point"> &para;</a></span></dt>
<dd><p>Numbers are shown with the locale decimal point and thousands separator.  You
can also customize these in your <samp class="file">init.pl</samp>.
</p>
</dd>
<dt><a id="index-Date-format"></a><span>Dates<a class="copiable-link" href="#index-Date-format"> &para;</a></span></dt>
<dd><p>Dates are shown in the locale format, or the usual C language default is
&lsquo;<samp class="samp">mm/dd/yy</samp>&rsquo;.  You can also customize this in your <samp class="file">init.pl</samp> to set a
personal preference, like the month as a name instead of a number.
</p>
</dd>
<dt><a class="index-entry-id" id="index-Translations_002c-messages"></a>
<a id="index-Message-translations"></a><span>Messages<a class="copiable-link" href="#index-Message-translations"> &para;</a></span></dt>
<dd><p>Message strings are translated into the selected language, when a translation
is available.  Gtk has a good set of translations for the standard menus and
dialogs, but for Chart specifics there&rsquo;s almost nothing yet.
</p>
</dd>
<dt><a class="index-entry-id" id="index-Commodity-name-translations"></a>
<a class="index-entry-id" id="index-Name-translations"></a>
<a class="index-entry-id" id="index-Weblink"></a>
<a id="index-Stock-name-translations"></a><span>Stock and commodity names<a class="copiable-link" href="#index-Stock-name-translations"> &para;</a></span></dt>
<dd><p>Names are downloaded in the selected or highest preference language, when
there&rsquo;s a choice.  Weblinks to company information or the exchange home page
likewise.
</p>
</dd>
<dt><a class="index-entry-id" id="index-UTF_002d8"></a>
<a id="index-Annotation-locale"></a><span>Annotations<a class="copiable-link" href="#index-Annotation-locale"> &para;</a></span></dt>
<dd><p>Annotation notes (see <a class="pxref" href="#Annotations">Annotations</a>) can be entered with unicode characters.
</p>
</dd>
</dl>

<ul class="mini-toc">
<li><a href="#Locale-Selection" accesskey="1">Locale Selection</a></li>
</ul>
<div class="section-level-extent" id="Locale-Selection">
<h3 class="section"><span>17.1 Locale Selection<a class="copiable-link" href="#Locale-Selection"> &para;</a></span></h3>
<a class="index-entry-id" id="index-Locale-selection"></a>

<a class="index-entry-id" id="index-Language"></a>
<a class="index-entry-id" id="index-LANG"></a>
<p>On a typical Unix/POSIX-style system the locale is selected with the
<code class="env">LANG</code> environment variable, set to a language code and optional territory
and charset.  For example US English,
</p>
<div class="example">
<pre class="example-preformatted">LANG=en_US
export LANG
</pre></div>

<p>This is often set by the system administrator, but you can do it yourself in
your <samp class="file">~/.profile</samp> (see <a data-manual="bashref" href="http://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html">Bash Startup Files</a> in <cite class="cite">Bash Features</cite>).
</p>
<a class="index-entry-id" id="index-Language-codes"></a>
<a class="index-entry-id" id="index-Country-codes"></a>
<p>Language and country codes can be found in <a data-manual="gettext" href="https://www.gnu.org/software/gettext/manual/gettext.html#Language-Codes">Language Codes</a> in <cite class="cite">GNU
<code class="command">gettext</code> utilities</cite>, and <a data-manual="gettext" href="https://www.gnu.org/software/gettext/manual/gettext.html#Country-Codes">Country Codes</a> in <cite class="cite">GNU
<code class="command">gettext</code> utilities</cite>.  Usually there&rsquo;s only a few combinations
available on a system, run &lsquo;<samp class="samp">locale -a</samp>&rsquo; to see them.
</p>
<a class="index-entry-id" id="index-LANGUAGE"></a>
<p>Additionally, on a GNU system the <code class="env">LANGUAGE</code> environment variable gives a
list of language preferences for message translations (see <a data-manual="libc" href="https://www.gnu.org/software/libc/manual/html_mono/libc.html#Using-gettextized-software">User influence on <code class="code">gettext</code></a> in <cite class="ci...
Reference Manual</cite>).  For example to have Italian preferred, otherwise Spanish,
otherwise English,
</p>
<div class="example">
<pre class="example-preformatted">LANGUAGE=it_IT:es:en
export LANGUAGE
</pre></div>

<p>Chart looks at <code class="env">LANGUAGE</code> too (on all systems) for the preferred language
for stock and commodity names.
</p>

<hr>
</div>
</div>
<div class="chapter-level-extent" id="Emacs">
<div class="nav-panel">
<p>
Next: <a href="#Concept-Index" accesskey="n" rel="next">Concept Index</a>, Previous: <a href="#Internationalization" accesskey="p" rel="prev">Internationalization</a>, Up: <a href="#Top" accesskey="u" rel="up">Chart</a> &nbsp; [<a href="#Concept-Inde...
</div>
<h2 class="chapter" id="Emacs-1"><span>18 Emacs<a class="copiable-link" href="#Emacs-1"> &para;</a></span></h2>
<a class="index-entry-id" id="index-Emacs"></a>

<p><a class="uref" href="http://www.gnu.org/software/emacs/">http://www.gnu.org/software/emacs/</a>
</p>



( run in 1.931 second using v1.01-cache-2.11-cpan-39bf76dae61 )