PR# 19535 Free operator aliases with Unicode symbols

Problem Report Summary
Submitter: gobobe
Category: Compiler
Priority: Low
Date: 2019/03/26
Class: Bug
Severity: Non-critical
Number: 19535
Release: 19.03.10.3005
Confidential: No
Status: Open
Responsible:
Environment: win
Synopsis: Free operator aliases with Unicode symbols

Description
EiffelStudio does not allow me to mix Unicode and ASCII symbols in free operators:

	foo alias "?@" (other: like Current): INTEGER

This does not seem to be disallowed by the ECMA standard.

Furthermore, it allows me to type:

	foo alias "?é" (other: like Current): INTEGER

But this is not accepted by the ECMA standard because é is not an operator symbol.

--
Eric Bezault
To Reproduce

										
Problem Report Interactions
From:gobobe    Date:2019/03/26    Status: Open    Download   
The character "for all" (crossed V) was displayed correctly when I wrote the bug report, as well as when I clicked on Preview, but after clicking on Confirm it now shows up as ?.
This is a bug in the support site.

--
Eric Bezault