OS: Windows Server 2008 R2. Call method: HTTP JSON RPC. Stringification method: JSON.stringify().
When I execute "move" bitcoin API (handled by bitcoind.exe), some comment string characters supported correctly, some not.
As an example: I've executed "move" API with comment "฿иткоин", where first letter is unofficial unicode bitcoin sign, and others are russian characters. Then I've executed "listtransactions" API call, I've received comment string distorted: "฿иu0082коин". As we can see, some characters correct, some not.
I use bitcoind as an online wallet on my site. Transaction comments can be useful there, so I want to have correct JSON RPC unicode support in bitcoind.