2025-01-12 04:36:52 +08:00

14 lines
238 B
Plaintext

## Compiled
useDynLib(utf8, .registration = TRUE)
## Exports
export(as_utf8)
export(output_ansi)
export(output_utf8)
export(utf8_encode)
export(utf8_format)
export(utf8_normalize)
export(utf8_print)
export(utf8_valid)
export(utf8_width)