Package: enc
Title: Portable Tools for 'UTF-8' Character Data
Date: 2018-02-24
Version: 0.2.0
Authors@R: person("Kirill", "Müller", role = c("aut", "cre"), email = "krlmlr+r@mailbox.org")
Description: 
    Implements an S3 class for storing 'UTF-8' strings, based on regular character vectors.
    Also contains routines to portably read and write 'UTF-8' encoded text files,
    to convert all strings in an object to 'UTF-8',
    and to create character vectors with various encodings.
Depends: R (>= 3.1)
Imports: methods
Suggests: digest, pillar, readr, rlang, testthat, withr
License: GPL-3
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/krlmlr/enc/issues
URL: https://github.com/krlmlr/enc
RoxygenNote: 6.0.1.9000
NeedsCompilation: yes
Packaged: 2018-03-03 00:03:50 UTC; muelleki
Author: Kirill Müller [aut, cre]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2018-03-03 14:03:13 UTC
