This file is indexed.

/usr/share/help/sv/ghex/index.docbook is in ghex 3.18.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY appversion "2.19">
<!ENTITY manrevision "2.5">
<!ENTITY date "December 2005">
<!ENTITY app "GHex">
]>
<!-- 
      (Do not remove this comment block.)
  Maintained by the GNOME Documentation Project
  http://developer.gnome.org/projects/gdp
  Template version: 2.0 beta
  Template last modified Feb 12, 2002
  
-->
<!-- =============Document Header ============================= -->
<article id="index" lang="sv">
<!-- please do not change the id; for translations, change lang to -->
<!-- appropriate code -->
  <articleinfo> 
    <title lang="en">User manual for GHex</title>

    <abstract role="description">
      <para lang="en">
      GHex is a simple binary editor. It lets users view and edit a binary
      file in both hex and ascii with a multiple level undo/redo mechanism.
      Features include find and replace functions, conversion between binary,
      octal, decimal and hexadecimal values, and use of an alternative,
      user-configurable MDI concept that lets users edit multiple documents
      with multiple views of each.
      </para>
    </abstract>

    <copyright lang="en"> 
      <year>2002</year> 
      <year>2003</year> 
      <year>2004</year> 
      <holder>Sun Microsystems</holder> 
    </copyright> 
    <copyright lang="en"> 
      <year>1998-2000</year>	 
      <holder>Jaka Mocnik</holder> 
    </copyright>
	<!-- translators: uncomment this:
  	<copyright>
   	  <year>2002</year>
      <holder>ME-THE-TRANSLATOR (Latin translation)</holder>
  	</copyright>
   	-->

    <publisher role="maintainer">
      <publishername>Dokumentationsprojekt för GNOME</publishername> 
    </publisher> 

    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="legal.xml"/>
    <!-- This file  contains link to license for the documentation (GNU FDL), and
        other legal stuff such as "NO WARRANTY" statement. Please do not change 
	any of this. -->

    <authorgroup> 
      <author lang="en"> 
		<firstname>Sun</firstname> 
		<surname>GNOME Documentation Team</surname> 
		<affiliation> 
	  		<orgname>Sun Microsystems</orgname>
	  		<address/> 
		</affiliation> 
      </author> 
      <author lang="en"> 
		<firstname>Jaka</firstname> 
		<surname>Mocnik</surname> 
		<affiliation> 
	  		<orgname>GNOME Documentation Project</orgname> 
	  		<address> <email>jaka@gnu.org</email> </address> 
		</affiliation> 
      </author> 
<!-- This is appropriate place for other contributors: translators,
      maintainers,  etc. Commented out by default.
      <othercredit role="translator">
		<firstname>Latin</firstname> 
		<surname>Translator 1</surname> 
		<affiliation> 
	 		<orgname>Latin Translation Team</orgname> 
	  		<address> <email>translator@gnome.org</email> </address> 
		</affiliation>
		<contrib>Latin translation</contrib>
      </othercredit>
-->
    </authorgroup>
 
    <revhistory>
      <revision lang="en"> 
			<revnumber>GHex Manual V2.5</revnumber> 
			<date>December 2005</date> 
			<revdescription> 
	  			<para role="author" lang="en">Sun GNOME Documentation Team</para>
	  			<para role="publisher" lang="en">GNOME Documentation Project</para>
			</revdescription> 
      </revision> 
      <revision lang="en"> 
			<revnumber>GHex Manual V2.4</revnumber> 
			<date>April 2003</date> 
			<revdescription> 
	  			<para role="author" lang="en">Sun GNOME Documentation Team</para>
	  			<para role="publisher" lang="en">GNOME Documentation Project</para>
			</revdescription> 
      </revision>
      <revision lang="en"> 
			<revnumber>GHex Manual V2.3</revnumber> 
			<date>August 2002</date> 
			<revdescription> 
	  			<para role="author" lang="en">Sun GNOME Documentation Team</para>
	  			<para role="publisher" lang="en">GNOME Documentation Project</para>
			</revdescription> 
      </revision>
      <revision lang="en"> 
			<revnumber>GHex Manual V2.2</revnumber> 
			<date>August 2002</date> 
			<revdescription> 
	  			<para role="author" lang="en">Sun GNOME Documentation Team</para>
	  			<para role="publisher" lang="en">GNOME Documentation Project</para>
			</revdescription> 
      </revision>
      <revision lang="en"> 
			<revnumber>GHex Manual V2.1</revnumber> 
			<date>July 2002</date> 
			<revdescription> 
	  			<para role="author" lang="en">Sun GNOME Documentation Team</para>
	  			<para role="publisher" lang="en">GNOME Documentation Project</para>
			</revdescription> 
      </revision> 
      <revision lang="en"> 
			<revnumber>GHex Manual V2.0</revnumber> 
			<date>March 2002</date> 
			<revdescription> 
	  			<para role="author" lang="en">Sun GNOME Documentation Team</para>
	  			<para role="publisher" lang="en">GNOME Documentation Project</para>
			</revdescription> 
      </revision> 
      <revision lang="en"> 
			<revnumber>GHex Manual V1.0</revnumber> 
			<date>2000</date> 
			<revdescription> 
	  			<para role="author" lang="en">Jaka Mocnik
	    		<email>jaka@gnu.org</email>
	  			</para>
	  			<para role="publisher" lang="en">GNOME Documentation Project</para>
			</revdescription> 
      </revision> 
    </revhistory> 

    <releaseinfo lang="en">This manual describes version 2.19 of GHex.
    </releaseinfo> 
    <legalnotice> 
      <title>Återkoppling</title> 
      <para lang="en">To report a bug or make a suggestion regarding the GHex application or this manual, follow the directions in the <ulink url="help:gnome-feedback" type="help">GNOME Feedback Page</ulink>. 
      </para>
<!-- Translators may also add here feedback address for translations -->
    </legalnotice> 
  </articleinfo> 

  <indexterm lang="en"> 
    <primary>GHex</primary> 
  </indexterm> 


<!-- ============= Document Body ============================= -->

<!-- ============= Introduction ============================== -->

<sect1 id="ghex-intro">
<title>Introduktion</title>
<para>Med hjälp av programmet <application>GHex</application> kan du göra följande:</para>
<itemizedlist>
<listitem><para>Visa en fil i ASCII-format och hexadecimalt format samtidigt.</para>
</listitem>
<listitem><para>Redigera en fil i antingen ASCII-format eller hexadecimalt format.</para>
</listitem>
</itemizedlist>
</sect1>

<!-- ============= Getting Started ============================== -->

<sect1 id="ghex-getting-started">
<title>Kom igång</title>

<!-- ============= To Start GHex ============================== -->

<sect2 id="ghex-to-start">
<title>Starta GHex</title>

<para>Du kan starta <application>GHex</application> på följande sätt:</para>
<variablelist>
<varlistentry>
<term><guimenu>Program</guimenu>-menyn</term>
<listitem>
<para>Välj <menuchoice><guisubmenu>Tillbehör</guisubmenu><guimenuitem>Hexadecimalredigerare för GNOME</guimenuitem></menuchoice>.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Kommandoraden</term>
<listitem>
<para>Kör följande kommando: <command>ghex</command></para>
</listitem>
</varlistentry>
</variablelist>
</sect2>

<sect2 id="ghex-when-you-start">
<title>När du startar GHex</title>

<para>När du startar <application>GHex</application> visas följande fönster.</para>

<!-- ==== Figure ==== -->
<figure id="ghex-window-empty">
<title>GHex innan någon fil har öppnats</title>
<screenshot>
 <mediaobject lang="en">
   <imageobject>
     <imagedata fileref="figures/ghex_window_empty.png" format="PNG"/>
   </imageobject>
 <textobject>
   <phrase>Shows GHex main window before you open a file.</phrase>
 </textobject>
 </mediaobject>
</screenshot>
</figure>
<!-- ==== End of Figure ==== -->

</sect2>


<!-- ============= To Open a file ============================== -->

<sect2 id="ghex-open-file">
<title>Så här öppnar du en fil</title>
<para>Om du vill öppna en fil väljer du <menuchoice><guimenu>Arkiv</guimenu><guimenuitem>Öppna</guimenuitem></menuchoice>. Markera den fil som du vill öppna och klicka sedan på<guibutton>OK</guibutton>. Det går att öppna flera filer i <application>GHex</application>. <application>GHex</application> visar varje fil i ett nytt fönster.</para>
<para>När du öppnar en fil i <application>GHex</application> visas filen i följande fönster.</para>

<!-- ==== Figure ==== -->
<figure id="ghex-window-open">
<title>GHex med en öppnad fil</title>
<screenshot>
 <mediaobject lang="en">
   <imageobject>
     <imagedata fileref="figures/ghex_window_open.png" format="PNG"/>
   </imageobject>
 <textobject>
   <phrase>Shows GHex main window with an open file</phrase>
 </textobject>
 </mediaobject>
</screenshot>
</figure>
<!-- ==== End of Figure ==== -->

<para><application>GHex</application>-fönstret innehåller följande:</para>
<variablelist>
<varlistentry>
<term>Menyrad</term>
<listitem>
<para>Menyerna på menyraden innehåller alla kommandon som du behöver för att arbeta med filer i <application>GHex</application>.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Markörposition</term>
<listitem>
<para>Markörens position innebär avståndet ifrån början av filen till varje rads första byte. Normalt visas kolumnen för markörens position till vänster om den hexadecimala vyn i <application>GHex</application>.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Visningsruta till vänster</term>
<listitem>
<para>Visningsrutan till vänster i visningsområdet visar en hexadecimal vy av filen.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Visningsruta till höger</term>
<listitem>
<para>Visningsrutan till höger i visningsområdet visar en ASCII-vy av filen.</para>
</listitem>
</varlistentry>
<varlistentry>
<term lang="en">Type conversion dialog</term>
<listitem>
<para lang="en">The type conversion dialog below the display area displays the value of the selected character in several different numeric types.</para>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>

<!-- ============= Usage ============================== -->

<sect1 id="ghex-usage">
<title>Användning</title>

<!-- ============= To Edit a File ============================== -->

<sect2 id="ghex-edit-file">
<title>Så här redigerar du en fil</title>
<para>Om du vill redigera en fil, följer du stegen nedan:</para>
<orderedlist>
<listitem><para>Klicka i filens hexadecimala vy eller ASCII-vy. I den vy där markören är aktiv visas en fullständig markör. I den andra vyn visas bara markörens kontur.</para>
</listitem>
<listitem><para>Om du vill flytta markören i filen gör du på något av följande sätt:</para>
<itemizedlist>
<listitem><para lang="en">Use the scrollbar on the window or the arrow keys on the keyboard to scroll through the file.</para>
</listitem>
<listitem><para>Välj <menuchoice><guimenu>Redigera</guimenu><guimenuitem>Gå till byte</guimenuitem></menuchoice>, ange markörpositionen som ett decimalt eller hexadecimalt värde och klicka sedan på<guibutton>OK</guibutton>. Formatet på det hexadecimala värdet måste starta med 0x följt av positionen, till exempel 0x3.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem><para lang="en">Edit the ASCII format in the same way you edit a normal text file. To edit the hexadecimal format, use the values 0 to 9 and a to f.</para>
</listitem>
</orderedlist>
<para lang="en">To insert data and not overwrite existing data, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Insert Mode</guimenuitem></menuchoice>.</para>
<para lang="en">To cut, copy, and paste data, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Cut</guimenuitem></menuchoice>, <menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy</guimenuitem></menuchoice>, and <menuchoice><guimenu>Edit</guimenu><guimenuitem>Paste</guimenuitem></menuchoice>.</para>
<para lang="en">To undo an edit, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Undo</guimenuitem></menuchoice>. To redo an edit, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Redo</guimenuitem></menuchoice>. The number of previous edits that you can undo is determined by the <guilabel>Maximum number of undo levels</guilabel> setting in the <xref linkend="ghex-prefs-editing"/> tabbed section of the <guilabel>Preferences</guilabel> dialog.  </para>
</sect2>

<!-- ============= To Save a File ============================== -->

<sect2 id="ghex-save-file">
<title>Så här sparar du en fil</title>
<para>Du kan spara filen på följande sätt:</para>
<itemizedlist>
<listitem><para>Om du vill spara ändringar som du har gjort i den aktuella filen väljer du <menuchoice><guimenu>Arkiv</guimenu><guimenuitem>Spara</guimenuitem></menuchoice>.</para>
</listitem>
<listitem><para>Om du vill spara den aktuella filen med ett annat namn väljer du <menuchoice><guimenu>Arkiv</guimenu><guimenuitem>Spara som</guimenuitem></menuchoice>. Ange ett namn för filen dialogen <guilabel>Välj en fil att spara bufferten som</guilabel> och klicka därefter på<guibutton>OK</guibutton>.</para>
</listitem>
</itemizedlist>
</sect2>

<!-- ============= To Revert a File ===================== -->

<sect2 id="ghex-revert">
<title lang="en">To Revert to the Last Saved Version of a File</title>
<para lang="en">To revert to the last version of the current file that you saved and undo all of the edits that you made to the file since you last saved the file, choose <menuchoice><guimenu>File</guimenu><guimenuitem>Revert</guimenuitem></menuchoice>, then click <guibutton>Yes</guibutton> in the <guilabel>Question</guilabel> dialog.</para>
</sect2>

<!-- ============= To Find Data in a File ============================== -->

<sect2 id="ghex-find-data">
<title>Så här hittar du data i en fil</title>
<para>Om du vill söka i en fil efter en hexadecimal sträng eller en ASCII-sträng, följer du stegen nedan:</para>
<orderedlist>
<listitem><para>Välj <menuchoice><guimenu>Redigera</guimenu><guimenuitem>Sök</guimenuitem></menuchoice>.</para>
</listitem>
<listitem><para>I dialogen <guilabel>Sök data</guilabel> väljer du något av följande alternativ:</para>
<itemizedlist>
<listitem><para lang="en"><guilabel>Search for hex data</guilabel></para>
</listitem>
<listitem><para lang="en"><guilabel>Search for ASCII data</guilabel></para>
</listitem>
</itemizedlist>
</listitem>
<listitem><para>Ange den sträng du vill söka efter.</para>
</listitem>
<listitem><para>Klicka på<guibutton>Sök nästa</guibutton> för att hitta nästa förekomst av strängen.</para>
</listitem>
<listitem><para>Klicka på<guibutton>Hitta föregående</guibutton> för att hitta föregående förekomst av strängen.</para>
</listitem>
<listitem><para lang="en">Click <guibutton>Cancel</guibutton> to close the <guilabel>Find Data</guilabel> dialog.</para>
</listitem>
</orderedlist>
</sect2>

<!-- ============= To Perform an Advanced Find ============================== -->

<sect2 id="ghex-find-data-adv">
<title lang="en">To Perform an Advanced Find</title>
<para lang="en">To perform an advanced find, perform the following steps: </para>
<orderedlist>
<listitem><para lang="en">Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Advanced Find</guimenuitem></menuchoice>.</para>
</listitem>
<listitem><para lang="en">In the <guilabel>Find Data</guilabel> dialog, select the required search criteria. For information about how to add new search criteria, see <xref linkend="ghex-search-criteria-add"/>.
</para>
</listitem>
<listitem><para>Klicka på<guibutton>Sök nästa</guibutton> för att hitta nästa förekomst av strängen.</para>
</listitem>
<listitem><para>Klicka på<guibutton>Hitta föregående</guibutton> för att hitta föregående förekomst av strängen.</para>
</listitem>
<listitem><para lang="en">Click <guibutton>Close</guibutton> to close the <guilabel>Find Data</guilabel> dialog.</para>
</listitem>
</orderedlist>
</sect2>

<!-- ============= To Add Search Criteria  ============================== -->

<sect2 id="ghex-search-criteria-add">
<title lang="en">To Add Search Criteria</title>
<para lang="en">To add search criteria, perform the following steps: </para>
<orderedlist>
<listitem><para lang="en">Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Advanced Find</guimenuitem></menuchoice>.</para>
</listitem>
<listitem><para lang="en">In the <guilabel>Find Data</guilabel> dialog, click <guibutton>Add New</guibutton>.</para>
</listitem>
<listitem><para lang="en">In the <guilabel>Find Data: Add Search</guilabel> dialog, choose one of the following options:</para>
<itemizedlist>
<listitem><para lang="en"><guilabel>Search for hex data</guilabel></para>
</listitem>
<listitem><para lang="en"><guilabel>Search for ASCII data</guilabel></para>
</listitem>
</itemizedlist>
</listitem>
<listitem><para>Ange den sträng du vill söka efter.</para>
</listitem>
<listitem><para lang="en">Use the color wheel or the spin boxes to select a color to highlight the search criteria.
</para>
</listitem>
<listitem><para lang="en">Click <guibutton>Add</guibutton>. </para>
</listitem>
<listitem><para lang="en">Click <guibutton>Cancel</guibutton> to close the <guilabel>Find Data</guilabel> dialog.</para>
</listitem>
</orderedlist>
</sect2>

<sect2 id="ghex-search-criteria-remove">
<title lang="en">To Remove Search Criteria</title>
<para lang="en">To remove search criteria, perform the following steps: </para>
<orderedlist>
<listitem><para lang="en">Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Advanced Find</guimenuitem></menuchoice>.</para>
</listitem>
<listitem><para lang="en">In the <guilabel>Find Data</guilabel> dialog, select the search criteria that you want to remove.  </para>
</listitem>
<listitem><para lang="en">Click <guibutton>Remove Selected</guibutton>.</para>
</listitem>
<listitem><para lang="en">Click <guibutton>Cancel</guibutton> to close the <guilabel>Find Data</guilabel> dialog.</para>
</listitem>
</orderedlist>
</sect2>

<!-- ============= To Find and Replace Data in a File ====================== -->

<sect2 id="ghex-find-replace-data">
<title>Så här söker du efter och ersätter data i en fil</title>
<para>Om du vill söka efter en hexadecimal sträng eller ASCII-sträng i en fil och sedan ersätta strängen med en annan, följer du stegen nedan:</para>
<orderedlist>
<listitem><para>Välj <menuchoice><guimenu>Redigera</guimenu><guimenuitem>Ersätt</guimenuitem></menuchoice>.</para>
</listitem>
<listitem><para>I dialogen <guilabel>Sök och ersätt data</guilabel> väljer du något av följande alternativ:</para>
<itemizedlist>
<listitem><para lang="en"><guilabel>Replace hex data</guilabel></para>
</listitem>
<listitem><para lang="en"><guilabel>Replace ASCII data</guilabel></para>
</listitem>
</itemizedlist>
</listitem>
<listitem><para>I den första textrutan anger du den sträng du vill söka efter.</para>
</listitem>
<listitem><para>I den andra rutan anger du den sträng som du vill ersätta den sökta strängen med.</para>
</listitem>
<listitem><para>Klicka på<guibutton>Sök nästa</guibutton>.</para>
</listitem>
<listitem><para>Klicka på<guibutton>Ersätt</guibutton> om du vill ersätta den aktuella förekomsten av strängen eller klicka på<guibutton>Ersätt alla</guibutton> om du vill ersätta alla förekomster av strängen.</para>
</listitem>
<listitem><para lang="en">Click <guibutton>Cancel</guibutton> to close the <guilabel>Find &amp; Replace Data</guilabel> dialog.</para>
</listitem>
</orderedlist>
</sect2>

<!-- ========== To Add or Remove Additional Views of a File ================ -->

<sect2 id="ghex-add-remove-views">
<title>Så här lägger du till och tar bort ytterligare vyer av en fil</title>
<para lang="en">To add another view of the current file to your <application>GHex</application> window, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Add View</guimenuitem></menuchoice>. </para>
<para>Om du vill ta bort en vy av den aktuella filen väljer du <menuchoice><guimenu>Visa</guimenu><guimenuitem>Ta bort vy</guimenuitem></menuchoice>. Om du tar bort den sista öppna vyn avslutas programmet.</para>
</sect2>

<!-- ========== To Change the Data Grouping ================ -->

<sect2 id="ghex-data-group">
<title lang="en">To Change the Data Group Type</title>
<para lang="en">To change how <application>GHex</application> displays the hexadecimal content of a file in the <application>GHex</application> window, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Group Data As</guimenuitem></menuchoice>, then select one of the following menu items: </para>
<itemizedlist>
<listitem><para lang="en"><guilabel>Bytes</guilabel> - single bytes</para>
</listitem>
<listitem><para lang="en"><guilabel>Words</guilabel> - groups of two bytes</para>
</listitem>
<listitem><para lang="en"><guilabel>Longwords</guilabel> - groups of four bytes</para>
</listitem>
</itemizedlist>
</sect2>

<!-- ============= To Export the GHex Display to HTML =================== -->

<sect2 id="ghex-export-to-html">
<title>Så här exporterar du innehållet i GHex-fönstret till HTML</title>
<para lang="en">To export the data contained in the <application>GHex</application> window to HTML, choose <menuchoice><guimenu>File</guimenu><guimenuitem>Save As HTML</guimenuitem></menuchoice>. Choose a directory and specify a filename for the HTML file, then click <guibutton>OK</guibutton>. <application>GHex</application> implements the following actions: <itemizedlist>
<listitem><para lang="en">Creates a separate HTML file for each page of data that is displayed in the <application>GHex</application> window.</para>
</listitem>
<listitem><para lang="en">Uses the HTML filename that you specify as the basis for the filename. </para>
</listitem>
<listitem><para lang="en">Appends a page number to the filename to differentiate the files.</para>
</listitem>
</itemizedlist> For example, if you specify the filename <filename>log.html</filename>, <application>GHex</application> creates a series of HTML files named <filename>log00000000.html</filename>, <filename>log00000001.html</filename>, <filename>log00000002.html</filename>, and so on.</para>
</sect2>

<!-- ============= To View a Character Table ================ -->

<sect2 id="ghex-view-character-table">
<title>Så här visar du en teckentabell</title>
<para>Om du vill visa en tabell med ASCII-värdet samt de hexadecimala, decimala, oktala och binära representationerna för alla värden mellan 0 och 255, väljer du <menuchoice><guimenu>Fönster</guimenu><guimenuitem>Teckentabell</guimenuitem></menuchoice>.</para>
</sect2>

<!-- ============= To View Data Conversions ===================== -->

<sect2 id="ghex-view-data-conversions">
<title>Så här visar du konverterade data</title>
<para>Om du vill visa ASCII-värdet samt den binära, decimala, hexadecimala representationen av upp till fyra byte data, följer du stegen nedan:</para>
<orderedlist>
<listitem><para>Välj <menuchoice><guimenu>Fönster</guimenu><guimenuitem>Konverterare</guimenuitem></menuchoice>.</para>
</listitem>
<listitem><para>Gör något av följande:</para>
	<itemizedlist>
	<listitem><para>Ange de data som du vill konvertera i något av fälten i dialogrutan <guilabel>Konverterare</guilabel> och tryck på<keycap>Retur</keycap>.</para> 
	</listitem>
	<listitem><para>Om du vill visa konverteringarna för de data som finns vid markören klickar du på knappen <guibutton>Hämta värde vid markör</guibutton>.</para>
	</listitem>
	</itemizedlist>
	<para><application>GHex</application> uppdaterar värdena i de andra fälten med de konverterade värdena.</para>
</listitem>
<listitem><para lang="en">Click <guibutton>Close</guibutton> to close the <guilabel>Base Converter</guilabel> dialog.</para>
</listitem>
</orderedlist>
</sect2>

<!-- ============= To View the Type Conversion Dialog ================ -->

<sect2 id="ghex-view-type-conversion">
<title lang="en">To Show or Hide the Type Conversion Dialog</title>
<para lang="en">To show or hide the type conversion dialog, choose <menuchoice><guimenu>Windows</guimenu><guimenuitem>Type Conversion Dialog</guimenuitem></menuchoice>.</para>
<para lang="en">The type conversion dialog displays the value of the selected character in the following representations: </para>
<itemizedlist>
<listitem>
<para lang="en"><guilabel>Signed 8 bit</guilabel></para>
</listitem>
<listitem>
<para lang="en"><guilabel>Unsigned 8 bit</guilabel></para>
</listitem>
<listitem>
<para lang="en"><guilabel>Signed 16 bit</guilabel></para>
</listitem>
<listitem>
<para lang="en"><guilabel>Unsigned 16 bit</guilabel></para>
</listitem>
<listitem>
<para lang="en"><guilabel>Signed 32 bit</guilabel></para>
</listitem>
<listitem>
<para lang="en"><guilabel>Unsigned 32 bit</guilabel></para>
</listitem>
<listitem>
<para lang="en"><guilabel>32 bit float</guilabel></para>
</listitem>
<listitem>
<para lang="en"><guilabel>64 bit float</guilabel></para>
</listitem>
<listitem>
<para lang="en"><guilabel>Hexadecimal</guilabel></para>
</listitem>
<listitem>
<para lang="en"><guilabel>Octal</guilabel></para>
</listitem>
<listitem>
<para lang="en"><guilabel>Binary</guilabel></para>
</listitem>
<listitem>
<para lang="en"><guilabel>Stream Length</guilabel></para>
</listitem>
</itemizedlist>
<para lang="en">The type conversion dialog also contains the following options: </para>
<variablelist>
<varlistentry>
<term lang="en"><guilabel>Show little endian decoding</guilabel></term>
<listitem>
<para lang="en">Select this option to show little endian decoding.</para>
</listitem>
</varlistentry>
<varlistentry>
<term lang="en"><guilabel>Show unsigned and float as hexadecimal</guilabel></term>
<listitem>
<para lang="en">Select this option to show unsigned and float numbers as hexadecimal numbers.</para>
</listitem>
</varlistentry>
</variablelist>
</sect2>

<!-- ============= To Print a File ===================== -->

<sect2 id="ghex-print-file">
<title>Så här skriver du ut en fil</title>
<para>Du skriver ut en fil genom att välja <menuchoice><guimenu>Arkiv</guimenu><guimenuitem>Skriv ut</guimenuitem></menuchoice>. Ange önskade alternativ för utskrift i dialogrutan <guilabel>Skriv ut</guilabel> och klicka sedan på<guibutton>OK</guibutton>.</para>
<para>Om du vill förhandsgranska filen väljer du <menuchoice><guimenu>Arkiv</guimenu><guimenuitem>Förhandsgranska</guimenuitem></menuchoice>.</para>
</sect2>

</sect1>

<!-- ============= Customization ============================== -->

<sect1 id="ghex-prefs">
<title>Inställningar</title>
<para>Om du vill konfigurera <application>GHex</application> väljer du <menuchoice><guimenu>Redigera</guimenu><guimenuitem>Inställningar</guimenuitem></menuchoice>. Dialogrutan <guilabel>Inställningar</guilabel> innehåller följande flikar:</para>
<itemizedlist>
<listitem><para><xref linkend="ghex-prefs-editing"/></para>
</listitem>
<listitem><para><xref linkend="ghex-prefs-display"/></para>
</listitem>
<listitem><para><xref linkend="ghex-prefs-printing"/></para>
</listitem>
</itemizedlist>

<!-- ============= Editing Tabbed Section ============================== -->

<sect2 id="ghex-prefs-editing">
<title>Redigerar</title>
<variablelist>
<varlistentry>
<term lang="en"><guilabel>Maximum number of undo levels</guilabel> </term>
<listitem>
<para lang="en">Use this spin box to specify the maximum number of edits that you can undo. </para>
</listitem>
</varlistentry>
<varlistentry>
<term lang="en"><guilabel>Show cursor offset in statusbar as</guilabel> </term>
<listitem>
<para lang="en">Use this drop-down list to select the format in which the cursor offset is displayed. The format can be decimal, hexadecimal, or a custom print style string that only contains the format specifiers x, o, and s. </para>
</listitem>
</varlistentry>
<varlistentry>
<term lang="en"><guilabel>Show offsets column</guilabel> </term>
<listitem>
<para>Markera det här alternativet om du vill att markörens position ska visas i en kolumn till vänster om den hexadecimala vyn i <application>GHex</application>.</para>
</listitem>
</varlistentry>
</variablelist>
</sect2>

<!-- ============= Display Tabbed Section ======================== -->

<sect2 id="ghex-prefs-display">
<title>Utseende</title>
<variablelist>
<varlistentry>
<term lang="en"><guilabel>Font</guilabel> </term>
<listitem>
<para lang="en">Use the font selector list boxes to edit the existing font information or type new font information. Specify a font type, style, and size to display the contents of files in <application>GHex</application>.  </para>
</listitem>
</varlistentry>
<varlistentry>
<term lang="en"><guilabel>Default Group Type</guilabel> </term>
<listitem>
<para lang="en">Select one of the following options to specify how <application>GHex</application> displays the hexadecimal content of a file in the <application>GHex</application> window: </para>
<itemizedlist>
<listitem><para lang="en"><guilabel>Bytes</guilabel> - single bytes</para>
</listitem>
<listitem><para lang="en"><guilabel>Words</guilabel> - groups of two bytes</para>
</listitem>
<listitem><para lang="en"><guilabel>Longwords</guilabel> - groups of four bytes</para>
</listitem>
</itemizedlist>
</listitem>
</varlistentry>
</variablelist>
</sect2>

<!-- ============= Printing Tabbed Section ============================== -->

<sect2 id="ghex-prefs-printing">
<title>Utskrift</title>
<variablelist>
<varlistentry>
<term lang="en"><guilabel>Data font</guilabel> </term>
<listitem>
<para lang="en">Click on the <guibutton>Data font</guibutton> button to specify the font type, style, and size to use to print the data contained in a file. </para>
</listitem>
</varlistentry>
<varlistentry>
<term lang="en"><guilabel>Header font</guilabel> </term>
<listitem>
<para lang="en">Click on the <guibutton>Header font</guibutton> button to specify the font type, style, and size to use to print the header information that is contained in the file. </para>
</listitem>
</varlistentry>
<varlistentry>
<term lang="en"><guilabel>Print shaded box over</guilabel> </term>
<listitem>
<para lang="en">Use this spin box to specify the number of lines that <application>GHex</application> alternately prints with a surrounding shaded box. If the value of the spin box is 10, <application>GHex</application> prints the first 10 lines of the file without a shaded box, the next 10 lines with a shaded box, and so on. If the value of the spin box is 0, <application>GHex</application> does not print any shaded box.</para>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>

</article>