# This script is intended to be saved in GB2312 to test if non UTF-8 encoding is
# supported.

#' ע
#'
#' @note Ұġ
printChineseMsg <- function() {
  message("GB2312ַ")
}
