The R Project SVN R

Rev

Rev 61160 | Rev 67599 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61160 Rev 63010
Line 1... Line 1...
1
% File src/library/tools/man/charsets.Rd
1
% File src/library/tools/man/charsets.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2010 R Core Team
3
% Copyright 1995-2013 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{charsets}
6
\name{charsets}
7
\alias{Adobe_glyphs}
7
\alias{Adobe_glyphs}
8
\alias{charset_to_Unicode}
8
\alias{charset_to_Unicode}
Line 10... Line 10...
10
\title{Conversion Tables between Character Sets}
10
\title{Conversion Tables between Character Sets}
11
\description{
11
\description{
12
  \code{charset_to_Unicode} is a matrix of Unicode points with columns
12
  \code{charset_to_Unicode} is a matrix of Unicode points with columns
13
  for the common 8-bit encodings.
13
  for the common 8-bit encodings.
14
 
14
 
15
  \code{Adobe_glyphs} is a dataframe which gives Adobe glyph names for
15
  \code{Adobe_glyphs} is a data frame which gives Adobe glyph names for
16
  Unicode points. It has two character columns, \code{"adobe"} and
16
  Unicode points. It has two character columns, \code{"adobe"} and
17
  \code{"unicode"} (a 4-digit hex representation).
17
  \code{"unicode"} (a 4-digit hex representation).
18
}
18
}
19
\usage{
19
\usage{
20
charset_to_Unicode
20
charset_to_Unicode