RSVGTipsDevice (version 1.0-7)

encodeSVGSpecialChars: Encode SVG special chars (ampersand, etc)

Description

Encode SVG special chars (ampersand, etc) as the appropriate XML encoding.

Usage

encodeSVGSpecialChars(x, sub.special = TRUE, xent = FALSE)

Arguments

x
A vector of character data to be encode.
sub.special
If FALSE, do not encode.
xent
If FALSE, encode as XML encoding, if TRUE, encode as XML entity

Value

The vector x with encodings as appropriate.

Details

The following substitutions are made:
Character XML encoding
XML entity \&
\& \&\#38
\' \'
\&\#30 \"
\" \&\#34
\< \<
\&\#60 Character