mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
5 lines
258 B
Plaintext
5 lines
258 B
Plaintext
Text::Unaccent is a module that remove accents from a string.
|
|
unac_string converts the input string from the specified charset
|
|
to UTF-16 and call unac_string_utf16 to return the unaccented
|
|
equivalent. The conversion from and to UTF-16 is done with iconv(1).
|