R/halfwidthr.R

#' halfwidthr
#' 
#' This package converts Japanese alphanumerics (a.k.a. "zenkaku") to ASCII alphanumerics (a.k.a. "hankaku").
#' For example, "1"(0xEFBC91) is converted to "1"(0x31).
#' 
#' @useDynLib halfwidthr, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' 
#' @name halfwidthr
#' @docType package
NULL
yutannihilation/halfwidthr documentation built on May 4, 2019, 7:45 p.m.