~vcs-imports/ghex/master

« back to all changes in this revision

Viewing changes to help/HTML/ko/ghex/tools-chartable.html

  • Committer: Logan Rathbone
  • Date: 2022-01-06 23:52:20 UTC
  • Revision ID: git-v1:c00df7466b5028d13d4859545ab947f2736c7784
static-html-help: Tarball rather than a bare dirtree

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.0, user-scalable=yes">
6
 
<title>Character table</title>
7
 
<link rel="stylesheet" type="text/css" href="ko.css">
8
 
<script type="text/javascript" src="highlight.pack.js"></script><script>
9
 
document.addEventListener('DOMContentLoaded', function() {
10
 
  var matches = document.querySelectorAll('code.syntax')
11
 
  for (var i = 0; i < matches.length; i++) {
12
 
    hljs.highlightBlock(matches[i]);
13
 
  }
14
 
}, false);</script><script type="text/javascript" src="yelp.js"></script>
15
 
</head>
16
 
<body lang="ko" dir="ltr"><main><div class="page">
17
 
<header><div class="inner pagewide"><div class="trails" role="navigation"><div class="trail">
18
 
<a class="trail" href="index.html" title="GHex Help">GHex Help</a> › <a class="trail" href="index.html#tools" title="Tools">Tools</a> » </div></div></div></header><article><div class="hgroup pagewide"><h1 class="title"><span class="title">Character table</span></h1></div>
19
 
<div class="region">
20
 
<div class="contents pagewide">
21
 
<p class="p">GHex includes a handy table of many standard ASCII characters so as to allow
22
 
 you to easily insert such characters into a file without having to memorize its
23
 
 decimal or hexidecimal character code.</p>
24
 
<p class="p">You may access the character table by selecting <span class="gui">Character Table</span> from the
25
 
 <span class="gui">Tools</span> submenu of the <span class="gui">Main menu</span>.</p>
26
 
<p class="p">While the character table is open, you may still select the hex editor and move
27
 
 the cursor around, as per usual.</p>
28
 
<p class="p">The columns showing the values in various formats such as ASCII, hex, decimal,
29
 
 etc., are for ease of reference.</p>
30
 
<p class="p">The characters in the table can be navigated by clicking on them, or using the
31
 
 keyboard, in the usual way. When you have highlighted a character you would
32
 
 like to insert, you may insert that character into the file at the cursor
33
 
 position in the following ways:</p>
34
 
<div class="list"><div class="inner"><div class="region"><ul class="list">
35
 
<li class="list"><p class="p">Press <span class="key"><kbd>Enter</kbd></span> or double-click on the character you would like to insert.</p></li>
36
 
<li class="list"><p class="p">Click the <span class="gui">Insert Character</span> button.</p></li>
37
 
</ul></div></div></div>
38
 
<p class="p">The character table can be closed by clicking the <span class="gui">Close</span> button.</p>
39
 
</div>
40
 
<section class="links" role="navigation"><div class="inner">
41
 
<div class="hgroup pagewide"></div>
42
 
<div class="contents pagewide"><div class="links guidelinks"><div class="inner">
43
 
<div class="title"><h2><span class="title">자세한 정보</span></h2></div>
44
 
<div class="region"><ul><li class="links "><a href="index.html#tools" title="Tools">Tools</a></li></ul></div>
45
 
</div></div></div>
46
 
</div></section>
47
 
</div>
48
 
<div class="clear"></div></article><footer><div class="inner pagewide"><div class="about ui-expander" role="contentinfo">
49
 
<div class="yelp-data yelp-data-ui-expander" data-yelp-expanded="false"></div>
50
 
<div class="inner">
51
 
<div class="hgroup"><h2><span class="title">정보</span></h2></div>
52
 
<div class="region"><div class="contents">
53
 
<div class="copyrights">
54
 
<div class="copyright">© 2022 Logan Rathbone</div>
55
 
<div class="copyright">© 2002, 2003, 2004 Sun Microsystems</div>
56
 
<div class="copyright">© 2020, 2021 조성호</div>
57
 
</div>
58
 
<div class="credits">
59
 
<div class="credits-authors">
60
 
<div class="title"><span class="title">작성자</span></div>
61
 
<ul class="credits"><li>Logan Rathbone</li></ul>
62
 
</div>
63
 
<div class="credits-translators">
64
 
<div class="title"><span class="title">번역자</span></div>
65
 
<ul class="credits">
66
 
<li>Sun Microsystems</li>
67
 
<li>조성호</li>
68
 
</ul>
69
 
</div>
70
 
<div class="credits-blank"></div>
71
 
<div class="credits-blank"></div>
72
 
</div>
73
 
</div></div>
74
 
</div>
75
 
</div></div></footer>
76
 
</div></main></body>
77
 
</html>