Skip to content

Commit 7982fce

Browse files
committed
doc: Mention full UTF-8 support in release notes
1 parent 6bbb4ef commit 7982fce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ RPC low-level changes
4343
32-bit and 64-bit platforms, and the txids were missing in the hashed data. This has been
4444
fixed, but this means that the output will be different than from previous versions.
4545

46+
- Full UTF-8 support in the RPC API. Non-ASCII characters in, for example,
47+
wallet labels have always been malformed because they weren't taken into account
48+
properly in JSON RPC processing. This is no longer the case. This also affects
49+
the GUI debug console.
50+
4651
C++11 and Python 3
4752
-------------------
4853

0 commit comments

Comments
 (0)