utf8Tortf: Convert a UTF-8 Encoded Character String to a RTF Encoded...

View source: R/conversion.R

utf8TortfR Documentation

Convert a UTF-8 Encoded Character String to a RTF Encoded String

Description

Convert a UTF-8 Encoded Character String to a RTF Encoded String

Usage

utf8Tortf(text)

Arguments

text

A string to be converted.

If the unicode of a character is less than 128 (including all character on a keyboard), the character is as is. If the unicode of a character is larger or equal to 128, the character will be encoded.

Specification

The contents of this section are shown in PDF user manual only.

References

Burke, S. M. (2003). RTF Pocket Guide. " O'Reilly Media, Inc.".


Merck/r2rtf documentation built on April 18, 2024, 11:51 a.m.