We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbb4ef commit 7982fceCopy full SHA for 7982fce
doc/release-notes.md
@@ -43,6 +43,11 @@ RPC low-level changes
43
32-bit and 64-bit platforms, and the txids were missing in the hashed data. This has been
44
fixed, but this means that the output will be different than from previous versions.
45
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
+
51
C++11 and Python 3
52
-------------------
53
0 commit comments