On Friday 03 July 2015 01:18:33 Albert Astals Cid wrote:
> Question is, where do we want that? Do we want it on probing time so we
> don't try to probe codecs that don't exist (for this installation), or
> should we actually mention in the docs that it may happen that the returned
> codec does not
El Dissabte, 6 de juny de 2015, a les 10:30:52, David Faure va escriure:
> On Sunday 24 May 2015 07:18:21 Albert Astals Cid wrote:
> > One of the codecs that KEncodingProber can return is x-euc-tw
> >
> > But neither the Qt4 nor the Qt5 installed in my distribution understand
> > that codec, so do
On Sunday 24 May 2015 07:18:21 Albert Astals Cid wrote:
> One of the codecs that KEncodingProber can return is x-euc-tw
>
> But neither the Qt4 nor the Qt5 installed in my distribution understand that
> codec, so doing the suggested
>
> QTextCodec::codecForName(prober.encoding())->toUnicode(dat
El Diumenge, 24 de maig de 2015, a les 16:57:38, Aleix Pol va escriure:
> On Sun, May 24, 2015 at 7:18 AM, Albert Astals Cid wrote:
> > One of the codecs that KEncodingProber can return is x-euc-tw
> >
> > But neither the Qt4 nor the Qt5 installed in my distribution understand
> > that codec, so
On Sun, May 24, 2015 at 7:18 AM, Albert Astals Cid wrote:
> One of the codecs that KEncodingProber can return is x-euc-tw
>
> But neither the Qt4 nor the Qt5 installed in my distribution understand that
> codec, so doing the suggested
>
> QTextCodec::codecForName(prober.encoding())->toUnicode(da
One of the codecs that KEncodingProber can return is x-euc-tw
But neither the Qt4 nor the Qt5 installed in my distribution understand that
codec, so doing the suggested
QTextCodec::codecForName(prober.encoding())->toUnicode(data);
Will crash.
Not good.
Two ways to fix this that i can think