You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your change request related to a problem? Please describe.
Non-Latin1 languages like Chinese do not work with the internal CP1252. We've to find another solution to keep the encoding clear.
Describe the solution you'd like
Change the internal encoding to enable Non-Latin1 encodings. Possible candidates are std::wstring with wide-char conversion or std::u8string if supported by the compiler.
Describe possible alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered, if any.
DESCRIPTION
Is your change request related to a problem? Please describe.
Non-Latin1 languages like Chinese do not work with the internal CP1252. We've to find another solution to keep the encoding clear.
Describe the solution you'd like
Change the internal encoding to enable Non-Latin1 encodings. Possible candidates are
std::wstring
with wide-char conversion orstd::u8string
if supported by the compiler.Describe possible alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered, if any.
Additional context
https://github.com/orgs/numere-org/discussions/102#discussioncomment-7934051
(Do not write below this line)
DEVS' SECTION
ANALYSIS
(Describe, what's the issue and which changes have to be made)
IMPLEMENTATION STEPS
(see also our Wiki for implementation guidelines)
DOCUMENTATION STEPS
(see also our Wiki for further information)
*.NHLP
and*.NDB
files, if needed)*.NLNG
files, if needed)PULL REQUEST
The text was updated successfully, but these errors were encountered: