Wikipedia:WikiProject Typography/Unicode: Difference between revisions
Content deleted Content added
DragonHawk (talk | contribs) →Unicode tables: add detailed explaination |
→Articles with Unicode tables: OCR-A font → OCR-A |
||
(27 intermediate revisions by 3 users not shown) | |||
Line 1:
This page
== Templates ==
Unicode-related templates.
; {{tl|SpecialChars}}
: Add a small message box (floated right) which informs the reader that the page uses special characters, which might not display properly. Here, "special" basically means anything beyond ASCII and maybe Latin-1. This template should be added to the top of any page that makes extensive use of Unicode.
; {{tl|Unicode}}
: This just wraps the given character(s) in an HTML SPAN block with class "Unicode". CSS can then be applied on a per-browser/platform basis to select appropriate fonts, or maybe even do other fix-ups.
== Glyph images ==
Wikipedia and/or Wikimedia Commons host many images of [[glyph]]s — characters rendered in a given font. In article text, we generally prefer to use literal Unicode characters, not these rendered images. Thus, these images are primarily used in articles ''about'' characters, where an illustration is appropriate. In particular, any [[#Unicode tables]] provide both the literal character and an image of the character.
Ideally, all such glyph images would be [[vector graphics]], in [[Scalable Vector Graphics|SVG]] format. However, many exist in a [[raster graphics]] format, such as [[Graphics Interchange Format|GIF]]. Converting or replacing these with SVGs is something that should be done.
As of this writing, there is no standardized naming of these images. Sometimes an expression of the codepoint is used as the file name, e.g., <code>[[:File:U+2122.svg|U+2122.svg]]</code>. In other cases, the character name is used, e.g., <code>[[:File:OCR-A char Quotation Mark.svg|OCR-A char Quotation Mark.svg]]</code>.
== Unicode tables ==
Many articles dealing with Unicode include tables of Unicode characters. The standard form for such tables is as given in the following example
=== Example table ===
{| class="wikitable sortable" ▼
{{Unicode table header|Example caption}}
! Image▼
! Name▼
! [[Decimal]]▼
|-
|
|
| [[Ba gua (concept)|Trigram]] for Earth
| U+2637
| 9783
|-
|
|
| [[Dharmacakra|Wheel of Dharma]]
| U+2638
| 9784
|-
|
|
| White frowning face ([[Emoticon]])
| U+2639
| 9785
|-
|
|
| White smiling face ([[Emoticon]])
| U+263a
| 9786
|}
=== Legend ===
:''A copy of this legend, or something like it, will be linked from or displayed with all Unicode tables, once we figure out exactly how that should be done.''
! Char
| The literal character. If your computer lacks [[Help:Special characters|Unicode support]], you may see [[mojibake|other symbols]] instead of the proper character.
|-
▲! Image
| A sample image of the character, rendered in an example font.
|-
▲! Name
| The official name of the character. Additional information may be given in parenthesis.
|-
! Hex
| The numeric [[code point]] for the character, in [[hexadecimal]] (base 16), with [[Unicode#Architecture and terminology|"U+" prefix]].
|-
| The same code point value, expressed in [[decimal]] (base 10).
|}
=== Design features ===
The table format has the following design features:
Line 43 ⟶ 78:
** The literal Unicode [[Character (computing)|character]]
** For web browsers which support Unicode and can render it properly, gives the user a "native" presentation
** Allows the reader to copy-and-paste the characters for real usage (like [[Character Map|Charmap]])
** The {{tl|Unicode}} template is used
* "Image" column
** A sample rendering of the Unicode [[glyph]]
** For systems/browsers which cannot render Unicode (or specific characters), allows the reader to see intended appearance
** Provides a consistency check for character, image, and browser. Discrepancies will stand out.
** When a glyph image isn't available, the table cell is left empty
* "Name" column
** The official [[codepoint]] name, as specified by the [[Unicode Consortium]]
Line 58 ⟶ 94:
*** All of "Wheel of Dharma" is wikilinked, because [[Dharmacakra]] is synonymous with "Wheel of Dharma"
*** "Emoticon" is a parenthetical, as that is not part of the official Unicode codepoint name
* "
** The codepoint number, in both [[decimal]] (base ten) and [[
**
** Decimal is not prefixed, per [[WP:MOSNUM]]
* The plan is to eventually add some kind of standard explanation of the columns to the tables, most likely as an adjacent template, or maybe links from the headers. Ideas welcome!
Line 78 ⟶ 113:
* [[List of Unicode characters]]
* [[Unicode symbols]]
* [[OCR-A]]
* [[Wikipedia:MOSNUM#Common_mathematical_symbols]]
* [[Linear_B#Unicode]] (note the link to the Unicode standard)
== See also ==
* [[Wikipedia:Naming conventions (Unicode) (draft)]]
* Deletion discussions
** [[Wikipedia:Articles for deletion/List of precomposed Latin characters in Unicode]]
** [[List of Unicode characters]]
*** [[Wikipedia:Articles for deletion/List of Unicode characters]]
*** [[Wikipedia:Articles for deletion/List of Unicode characters (2nd nomination)]]
*** [[Wikipedia:Articles for deletion/List of Unicode characters (3rd nomination)]]
** [[Wikipedia:Articles for deletion/Various Unicode-related pages]]
* Help
** [[Help:Multilingual support]]
** [[Help:Gothic Unicode Fonts]]
|