Simon Rozman 52d6f8daf1 sgml, unicode: split strcat and strcpy variants
Previous implementation had only strcat-class conversion using vague
function names. This commit makes function names more explicit by adding
"cat" and deprecating previous function variants.

Since many situation required strcpy variant, the move above made space
to add strcpy variants too.

Signed-off-by: Simon Rozman <simon@rozman.si>
2023-08-23 14:45:39 +02:00
..