Multiple character encodings support in CsString

Post Reply
rsevero
Posts: 1
Joined: Mon Feb 07 2022 1:29 pm

Multiple character encodings support in CsString

Post 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?
ansel
Posts: 152
Joined: Fri Apr 10 2015 8:23 am

Re: Multiple character encodings support in CsString

Post 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?
Ansel Sermersheim
CopperSpice Cofounder
Post Reply