Jump to content

Talk:MeCard (QR code)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Gnomingstuff (talk | contribs) at 02:06, 20 February 2025 (Reverted edit by 2402:800:62B7:8A8B:D10A:5A62:B5AF:4D27 (talk) to last version by Cewbot). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

source for \n?

[edit]

The example for the NOTE tag includes the string \n, presumably as an escape sequence for a newline, but none of the article's sources indicate any escape sequences. Should the \n be removed or is there a source for its use as an escape sequence in MECARD? Mincerafter42 (talk) 23:49, 12 January 2023 (UTC)[reply]

Found a page indicating \ as an escape character, but only for the sequences \\, \:, \;, \,. The English version of the escape characters page uses ¥ as the escape character instead; I'd guess it's the byte 0x5C in both cases, one in Shift JIS. No definition of \n as an escape sequence. Also indicates the bytes 0x0A and 0x0D can be used in NOTE:. Mincerafter42 (talk) 00:42, 14 January 2023 (UTC)[reply]