Page 1 of 1

Multiple character encodings support in CsString

Posted: Mon Feb 07 2022 1:53 pm
by rsevero
I am considering Copperspice for a project. I haven't used it yet. Right now I am only looking around.

I know that CsString can support multiple character encodings besides the 2 default ones UTF-8 and UTF-16.

I wonder if there are other character encodings already supported, maybe in a CONTRIB repo or something similar.

Is there any other character encoding actually supported by CsString besides UTF-8 and UTF-16?

Re: Multiple character encodings support in CsString

Posted: Mon Feb 07 2022 5:35 pm
by ansel
rsevero wrote: Mon Feb 07 2022 1:53 pm I am considering Copperspice for a project. I haven't used it yet. Right now I am only looking around.

I know that CsString can support multiple character encodings besides the 2 default ones UTF-8 and UTF-16.

I wonder if there are other character encodings already supported, maybe in a CONTRIB repo or something similar.

Is there any other character encoding actually supported by CsString besides UTF-8 and UTF-16?
Any well defined encoding which supports Unicode can be added by enhancing the cs_encoding.h file in CsString. If you need some help with the process, let us know. Which encoding would you like to see supported?