Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dave Yeo

Pages: 1 [2] 3 4 ... 339
16
Internet / Re: Dooble releases-Qt6
« on: November 30, 2024, 03:27:20 am »
I get,
Code: [Select]
[H:\tmp]test
"\xE2\x82\xAC"
Ôé¼
"?"
"\xE2\x82\xAC"
Ôé¼

Remember that the command shell has no knowledge of unicode. At that, I'm not aware of any cmd line utility that does have knowledge of UTF.
BTW, your updated qt6code.dll didn't seem to help here, just changing the glyphs in a wrong way.

17
Internet / Re: Dooble releases-Qt6
« on: November 28, 2024, 07:12:12 pm »
Hi Remy, I see what you mean. Seems to be a problem with up-streams choice on how to implement translations. I'll play some more with changes to the translate URL, might have to raise an issue upstream.
I note that SeaMonkey gets it right.

18
Internet / Re: Dooble releases-Qt6
« on: November 27, 2024, 12:22:03 am »
OK, created a basic test page with ÀŽƒ in the title. SeaMonkey and Dooble-Qt5 fail to display Ž with SM showing an underline and Dooble-Qt5 showing a question mark for the missing glyph. Dooble-Qt6 shows garbage. The title bar does seem capable of displaying UTF8 as long as the font has the glyph but something goes wrong with Dooble-Qt6, almost seems like it is translating it to cp850 here.
Code: [Select]
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Test Page. ÀŽƒ </title>
</head>
<body>
<br>
</body>
</html>

Save as something like test.html and try loading the file.
Looking at the screen shot, you see the glyphs do display in the tab.

19
Internet / Re: Dooble releases-Qt6
« on: November 26, 2024, 10:58:37 pm »
The problem seems to be the dash, which is not ascii. See how it displays here,

Normal dash,
-
SeaMonkey does display it fine in the text but not in the title bar, where it is an underline. Could it also be a font problem? Or simply the WPS has problems with non-ascii characters in the titlebar? Dooble-Qt5 also fails to correctly display the en dash or whatever it is though it displays a question mark.
Edit: It's U+2013 : EN DASH according to Babelstone.

23
Hardware / Re: cloning
« on: November 25, 2024, 05:36:50 pm »
Easiest is if you can move the drive so both the good and messed up systems are on the same system.
Boot up ArcaOS on the good partition, change the drive letter of the newly formatted drive to something different then the booted system, lets call it C: and D: with D: newly formatted. Then xcopy the system over.
Code: [Select]
xcopy /h /o /t /s /e /r /v C:\* d:\ Then change D: to C: and remove the C: drive. Some of this might be best to do from the maintenance shell on the install media.
Otherwise use dfsee on a stick to make an image of the good partition and restore it to the bad system.

24
Internet / Re: Dooble releases-Qt6
« on: November 25, 2024, 05:28:21 pm »
Interesting, SeaMonkey shows an underline, Dooble_Qt5 a question mark and Dooble_Qt6, as you said, 3 weird characters. The source is,
Code: [Select]
<title>Unix Ports for OS/2 &amp; ArcaOS – by Paul Smedley</title>

25
Web applications / Re: Dooble releases, Qt5 builds
« on: November 25, 2024, 05:13:45 pm »
Something broke with RPM here and building the rpm fails. I'll have to try on a different install without the experimental repository enabled. Also will upload the latest release later today, 2024.11.23.

26
Internet / Re: Dooble releases-Qt6
« on: November 24, 2024, 07:02:05 am »
Remy, how do you have your environment set up to display French in Dooble? Guess I could install a French version of AOS but I failed French in school :(

27
Internet / Re: Dooble releases-Qt6
« on: November 24, 2024, 06:59:52 am »
OK hacked thru this, and rebuilding webengine with system icu...
Be nice if it is as simple as fixing libicu, otherwise likely somewhere in the widgets.

28
Internet / Re: Dooble releases-Qt6
« on: November 23, 2024, 01:38:47 am »
Did you rebuild the ICU data files, or was rebuilding needed? See README.chromium in the icu directory. Other then that, I really don't know much about ICU.

29
Internet / Re: Dooble releases-Qt6
« on: November 22, 2024, 09:59:43 pm »
I guess it would be libicu or such that does the conversion.

In which case it could be in https://github.com/psmedley/qt6-webengine-os2/tree/main/src/3rdparty/chromium/third_party/icu

Qt5's webengine uses the system libicu ver 68. Is there a build option to use the system ICU? Otherwise it might mean applying the system patches to the intree version 69. Seems every ICU update breaks compatibility with the previous release so not sure how hard that would be.

30
Internet / Re: Dooble releases-Qt6
« on: November 22, 2024, 08:10:03 pm »
I guess it would be libicu or such that does the conversion.

Pages: 1 [2] 3 4 ... 339