The R Project SVN R

Rev

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

Rev 68948 Rev 73207
Line 32... Line 32...
32
  to single Unicode characters.  It is sorted by Unicode code point and
32
  to single Unicode characters.  It is sorted by Unicode code point and
33
  within a point alphabetically on the glyph (there can be more than one
33
  within a point alphabetically on the glyph (there can be more than one
34
  name for a Unicode code point).  The data are in the file
34
  name for a Unicode code point).  The data are in the file
35
  \file{\var{\link{R_HOME}}/share/encodings/Adobe_glyphlist}.
35
  \file{\var{\link{R_HOME}}/share/encodings/Adobe_glyphlist}.
36
}
36
}
-
 
37
%% no longer works:
37
\source{
38
%% \source{
38
  \url{https://partners.adobe.com/public/developer/en/opentype/glyphlist.txt}
39
%%   \url{https://partners.adobe.com/public/developer/en/opentype/glyphlist.txt}
39
}
40
%% }
40
\examples{
41
\examples{
41
## find Adobe names for ISOLatin2 chars.
42
## find Adobe names for ISOLatin2 chars.
42
latin2 <- charset_to_Unicode[, "ISOLatin2"]
43
latin2 <- charset_to_Unicode[, "ISOLatin2"]
43
aUnicode <- as.numeric(paste0("0x", Adobe_glyphs$unicode))
44
aUnicode <- as.numeric(paste0("0x", Adobe_glyphs$unicode))
44
keep <- aUnicode \%in\% latin2
45
keep <- aUnicode \%in\% latin2