xiaoguang
(xiaoguang)
December 26, 2021, 3:03am
1
Hello,
As shown in the example, for text 3, I have to use some online translator to convert the unicode to Chinese each time.
It brings a lot of troubles when writting some string operation codes. In MS version C#/VB.Net, it does not have this problem.
Regards,
Xiaoguang
mh
(marc hoffman)
December 27, 2021, 1:07pm
3
Agreed, at least optional, it should show those as the final Unicode characters (where display-able), not as escapoed character literals
bugs://E25593 was closed as fixed.
mh
(marc hoffman)
December 28, 2021, 7:07pm
5
Fixed, with a new option in Preferences (on by default): โShow Non-ASCII Characters in Debug Evaluationsโ
1 Like
xiaoguang
(xiaoguang)
January 10, 2022, 2:11pm
7
Hello,
Looks like it only works in Water IDE?
Code as below:
namespace OxygeneDotnet;
interface
uses
System.Linq;
type
Program = class
public
class method Main(args: array of String): Int32;
private
end;
implementation
class method Program.Main(args: array of String): Int32;
begin
var text:String:=โๆๆฅ่ช็ซๆโ; // Which means I came from Mars
text:=text+".";
end;
end.
xiaoguang
(xiaoguang)
January 10, 2022, 2:17pm
8
By the way, Visual Studio version is 2022 17.1.0 Preview 2.0 community
mh
(marc hoffman)
January 10, 2022, 2:38pm
9
I believe the option is not exposed in Visual Studio yet, no. iโll log.
bugs://E25593 was reopened.
xiaoguang
(xiaoguang)
January 10, 2022, 3:38pm
11
Yes, I guess so, canโt find this option in VS.
BTW, water is such a good IDE. Now I almost only use VS to:
open the project, and sync to github. Itโs a suprise that this function works perfectly with Elements project.
use its visual desinger such as winforms app.
mh
(marc hoffman)
January 10, 2022, 5:15pm
12
iโm so happy to hear that! much appreciated .
bugs://E25593 was closed as fixed.
xiaoguang
(xiaoguang)
January 15, 2022, 2:49pm
14
Hi, installed latest build 2707, looks like the problem is fixed for .net for both water/VS.
However, for Java, still has the problem for the 2 IDEs:
Could you have a look? thanks.
mh
(marc hoffman)
January 15, 2022, 9:00pm
15
So Java Unicode is broken both in the Water console and VS evals? Is the eval bad in Water, too?
xiaoguang
(xiaoguang)
January 16, 2022, 1:44am
17
Sorry, in water, the locals and watches are working for unicode, but the outputs are not (as shown in figure 2 bottom line3:)
In VS,the locals and watches are not working for unicode
1 Like
xiaoguang
(xiaoguang)
January 31, 2022, 2:55am
19
Hi mh,
With latest stable build 2709, I confirmed that the watch are now working for unicode for both Water and Visual studio.
But the output still not showing correctly (as shown in the bottom, line 3).
Could you take a look? Thanks.
mh
(marc hoffman)
January 31, 2022, 12:23pm
20
Thanx. the issue is still marked โopenโ, so i assume thatโs as expected and the second fix is still in the works, as these were two unrelated problems really.