Jump to content

Talk:Escape character

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ligand (talk | contribs) at 17:45, 23 March 2012. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

WikiProject iconComputing Start‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.

Examples?

This article could really use a few examples of WHAT exactly an escape character would look like in various programming languages. I mean, otherwise it could be difficult for the laymen to understand what exactly is meant here.

Would someone add some code samples please? Mzanime 17:50, 9 March 2006 (UTC)[reply]

@ in C#

The following ought to be added to this article at some point. Derek farn 16:11, 10 April 2007 (UTC)[reply]

The C# language offers a special notation called @-quoting, where an @ symbol is placed before the opening quotation mark of a string literal. Escape sequences in an @-quoted string are not processed, so that (for instance) the backslashes in @"C:\Foo\Bar\Baz\" are interpreted as backslashes and not as escape characters. Similarly, quotation marks may be included in an @-quoted string by doubling them: @"I said, ""Hello there."""

Derek farn 16:11, 10 April 2007 (UTC)[reply]


Categories

The escape key is part of the MS-Windows UI -- forms use it to replicate clicking the close or cancel button. Peter L Jones, 16 November 2008 —Preceding unsigned comment added by 87.194.55.32 (talkcontribs)

"this article" (revision of July 19, 2010 by Jayron32)

[1]

The MoS (Wikipedia:Manual of Style (self-references to avoid)#Think about print) explicitly states:

… so try to use terms such as "this article" as opposed to "this website".

Why that this article considered to be a banned self-reference? Incnis Mrsi (talk) 19:06, 21 July 2010 (UTC)[reply]

Obfuscated?

Sometimes you wonder whether such entries are intentionally obfuscated. Need it be an incantation? —Preceding unsigned comment added by Breezeclimber (talkcontribs) 04:41, 30 August 2010 (UTC)[reply]

0x7D octet

0x7D octet (\175, or ASCII: ) ) ——the 0x7D in ASCII should be "}". Ligand (talk) 17:06, 24 March 2012 (UTC)[reply]