utf8texc: Converting a string from UTF-8 to LaTeX

Description Usage Arguments Value Author(s) Examples

View source: R/utf8latex.R

Description

utf8texc converts a string from UTF-8 to LaTeX

Usage

1
utf8texc(utf8char)

Arguments

utf8char

UTF-8 string

Value

LaTeX string

Author(s)

Jose' Gama

Examples

1
2
3
4
5
6
7
## Not run: 
fileIn<-system.file('extdata/TextHiragana.txt', package='utf8latex')
# read a UTF-8 string from a file
x <- scan(file=fileIn,'character', fileEncoding='UTF-8')
utf8texc(x)

## End(Not run)

utf8latex documentation built on May 30, 2017, 4:30 a.m.