[GH-ISSUE #7349] [Bug]: wrong characters displayed on UI #28850

Open
opened 2026-04-18 05:35:49 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @Jamesgt on GitHub (Apr 1, 2026).
Original GitHub issue: https://github.com/actualbudget/actual/issues/7349

What happened?

I imported my transactions that contain Hungarian accent characters and it is displayed incorrectly on the UI.
Raw input:

FÉLEGYHÁZI PÉKSÉG

and

közös költség

Actual UI shows:

F�LEGYH�ZI P�KS�G

and

k�z�s k�lts�g

How can we reproduce the issue?

A good test string that contains all Hungarian accent characters is "ÁRVÍZTŰRŐ TÜKÖRFÚRÓGÉP" and in lower "árvíztűrő tükörfúrógép".
However a simple utf8 support can probably solve much more issues.

Where are you hosting Actual?

Desktop App (Electron)

What browsers are you seeing the problem on?

Desktop App (Electron)

Operating System

Windows 11

Originally created by @Jamesgt on GitHub (Apr 1, 2026). Original GitHub issue: https://github.com/actualbudget/actual/issues/7349 ### What happened? I imported my transactions that contain Hungarian accent characters and it is displayed incorrectly on the UI. Raw input: > FÉLEGYHÁZI PÉKSÉG and > közös költség Actual UI shows: > F�LEGYH�ZI P�KS�G and > k�z�s k�lts�g ### How can we reproduce the issue? A good test string that contains all Hungarian accent characters is "ÁRVÍZTŰRŐ TÜKÖRFÚRÓGÉP" and in lower "árvíztűrő tükörfúrógép". However a simple utf8 support can probably solve much more issues. ### Where are you hosting Actual? Desktop App (Electron) ### What browsers are you seeing the problem on? Desktop App (Electron) ### Operating System Windows 11
GiteaMirror added the needs infobug labels 2026-04-18 05:35:50 -05:00
Author
Owner

@youngcw commented on GitHub (Apr 1, 2026):

Do you have an example file? If I copy and paste all your example strings, they all render fine. Its probably the importer not supporting the encoding of your files.

<!-- gh-comment-id:4171114952 --> @youngcw commented on GitHub (Apr 1, 2026): Do you have an example file? If I copy and paste all your example strings, they all render fine. Its probably the importer not supporting the encoding of your files.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#28850