Midnight Pub

Major Amfora bugs? Here is why, and a fix

~atking

Get Amfora (actually quite a useful Gemini browser!)

So a while ago my copy of Amfora (1.9.2 win64) really bugged out. The major issues were:

If you've got these problems, you've set the code page to something other than the regular 437, like I had when temporarily switching system locales. Following that is a fix I made for Windows versions. Mac/Linux/the BSDs should be similar but I'm not sure how CHCP/locales work on there.

.bat file, of course.

Download it
@echo off
chcp 437
:: chcp 437 for classic ANSI (gemini use)
:: chcp 65001 for UTF+8 (browser use)
amfora_1.9.2_windows_64-bit.exe
:: change above to fit with amfora filename

So now just modify as intended, stick that into the same directory as Amfora and run the Batch file from now on.

Hope this helps to anyone with a bugged out Amfora client like I had. I also suggest anyone here with a GitHub to file this as a bug, maybe prepend this CHCP command to the startup.


tatterdemalion

This probably doesn't affect Unix clients, and it's probably an upstream bug in whatever TUI library Amfora uses, for which Windows support is probably an afterthought.

reply