numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
20 stars 7 forks source link

Functions for converting from and to UTF8 #62

Closed numeredev closed 1 year ago

numeredev commented 1 year ago

DESCRIPTION

What does your feature request improve on? Please describe. NumeRe only supports ANSI as encoding (CP1252, in fact). It would be helpful, if there would be functions for converting to and from UTF8 (as far as possible).

Describe the solution you'd like Create two string functions for converting to and from UTF8, i.e. utf8toansi() and ansitoutf8() or similar.

Additional context Add any other context or screenshots about the feature request here.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST