Re: [Interest] custom string encoder/decoder

2022-06-20 Thread Thiago Macieira
On Monday, 20 June 2022 07:45:21 PDT Manner Róbert wrote: > Hi, > > previously we used QTextCodec to implement our custom (ebcdic) text > codecs. We mainly used these for iterating through the available codecs > and as an abstraction for doing an actual conversion from codec -> utf-8. > > As far

[Interest] custom string encoder/decoder

2022-06-20 Thread Manner Róbert
Hi, previously we used QTextCodec to implement our custom (ebcdic) text codecs. We mainly used these for iterating through the available codecs and as an abstraction for doing an actual conversion from codec -> utf-8. As far as I see, there is no similar API in Qt6 (except from qt5compatib