Thread

Index > Scribe > UTF-8 subject of some emails is displayed incorrectly
Author/Date UTF-8 subject of some emails is displayed incorrectly
RoDen
21/04/2023 5:45am
UTF-8:
=?UTF-8?q?=D0=92=D0=B0=D0=BC_=D0=BF=D1=80=D0=B8=D1=88=D0=BB=D0=BE_=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=BE=D0=B5_=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?=


Scribe:
Вам пришло н овое сообще ние


Online MIME Headers Decoder (RFC 2047):
Вам пришло новое сообщение
fret
21/04/2023 8:45am
I've fixed this and added some test cases to the unit tests to make sure it stays fixed. Thanks for letting me know.
RoDen
22/04/2023 3:49am
I can't build it. Stuck at

make[1]: *** [linux/Makefile.linux:194: Debug/View.o] Error 1
[...]
make: *** [Makefile.linux:711: ../../../lgi/trunk/Debug/liblgi-gtk3d.so] Error 2


I tried building with --ignore-errors. Got
Linking liblgi-gtk3d.so [Debug]...
/usr/bin/ld: cannot find Debug/Window.o: No such file or directory
/usr/bin/ld: cannot find Debug/Widgets.o: No such file or directory
[an so on...]
collect2: error: ld returned 1 exit status


Also );
args = ["make", "-j", str(jobs), "-C", "linux", "-f", "Makefile.linux"]
fret
22/04/2023 8:59am
I've pushed a fix for that build issue. I was moving stuff around and renaming things to be more consistent.
RoDen
23/04/2023 3:33pm
"Linking liblgi-gtk3d.so [Debug]..." error has gone. Now, it's

Linking ./scribe [Debug]...
/usr/bin/ld: cannot find Debug/TitlePage.o: No such file or directory
/usr/bin/ld: cannot find Debug/WebdavThread.o: No such file or directory
[and so on...]
collect2: error: ld returned 1 exit status
Reply