-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unicode support for output in bean-query #171
Comments
On which OS is this? |
No reply for several months. Closing. |
Windows 11 |
What do the following commands output? python -c 'import sys; print(sys.getdefaultencoding())'
python -c 'print(b"\xd0\x90\xd0\xba\xd1\x82\xd0\xb8\xd0\xb2\xd1\x8b".decode("utf8"))' They should output something like: $ python -c 'import sys; print(sys.getdefaultencoding())'
utf-8
$ python -c 'print(b"\xd0\x90\xd0\xba\xd1\x82\xd0\xb8\xd0\xb2\xd1\x8b".decode("utf8"))'
Активы |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using cyrillic account names in ledger.beancount: 2020-01-01 open Активы:Bank
Account name in terminal ouput looks differently:
...>bean-query ledger.beancount
Input file: "..."
Ready with ...
beancount> balances from year = 2024
account sum_position
╨Р╨║╤В╨╕╨▓╤Л:Bank 100 USD
Expected to see: Активы:Bank:Bank 100 USD
The text was updated successfully, but these errors were encountered: