Update userguide
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta name="robots" content="all" />
|
||||
<title>CharacterMap</title>
|
||||
<title>Mapa de Caràcters</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -54,7 +54,6 @@
|
||||
|
||||
<div id="content">
|
||||
<div>
|
||||
<div class="box-info">La traducció d'aquesta pàgina encara no està acabada. Fins que ho sigui, algunes part correspondrà a la versió anglesa.</div>
|
||||
|
||||
<h2><img src="../../images/apps-images/charactermap-icon_64.png" alt="charactermap-icon_64.png" width="64" height="64" />CharacterMap</h2>
|
||||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||||
@@ -65,8 +64,8 @@
|
||||
<p><br /></p>
|
||||
<p>CharacterMap mostra el codi UTF-8 de cada caràcter d'un tipus de lletra.</p>
|
||||
<img src="../images/apps-images/charactermap.png" alt="charactermap.png" />
|
||||
<p>To the left you have the standardized blocks, together with a handy filter function. Optionally, you can choose to also <span class="menu">Show private blocks</span> from the <span class="menu">View</span> menu. The right shows the actual characters in these blocks, using the font specified in the <span class="menu">Font</span> menu. Below that you can change the font size. And below that, the values of the character currently under the mouse pointer is displayed in hex, decimal and UTF-8 notation.</p>
|
||||
<p>You can drag&drop a character directly from the character map into a text editor, or right-click on one to either <span class="menu">Copy character</span> (<span class="key">ALT</span> <span class="key">C</span>) or <span class="menu">Copy as escaped byte string</span> (<span class="key">SHIFT</span> <span class="key">ALT</span> <span class="key">C</span>). Resulting in, e.g. either <tt>€</tt> or <tt>\xe2\x82\xac</tt>.</p>
|
||||
<p>A l'esquerra teniu els blocs estàndard, juntament amb una útil funció de filtre. Opcionalment, podeu triar també <span class="menu">Mostra els blocs privats</span> al menú <span class="menu">Visualitza</span>. A la dreta es mostren els símbols reals d'aquests blocs, utilitzant el tipus de lletra indicat al menú <span class="menu">Tipus de lletra</span>. A sota d'això podeu canviar la mida del tipus de lletra. I sota d'això, els valors del símbol sobre el que teniu el punter del ratolí, que es mostra en notació hexadecimal, decimal i UTF-8.</p>
|
||||
<p>Des del mapa de caràcters podeu arrossegar un símbol i deixar-lo anar directament sobre un editor de text, o bé fer clic amb el botó dret sobre un símbol per <span class="menu">Copiar-lo</span> (<span class="key">ALT</span> <span class="key">C</span>) o bé <span class="menu">Copiar-lo com a cadena de bytes escapada</span> (<span class="key">SHIFT</span> <span class="key">ALT</span> <span class="key">C</span>). Obtenint així, per exemple, ja sigui <tt>€</tt> o bé <tt>\xe2\x82\xac</tt>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user