Jump to content

Talk:MeCard (QR code)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

source for \n?

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]