Ticket #195 (closed Bug: fixed)

Opened 4 years ago

Last modified 4 years ago

Non ASCII Letters allowed in Shape Names.

Reported by: dogle Assigned to: dsugar
Priority: High Milestone: Future Release
Component: Graphical IDE Keywords:
Cc:

Description

PolicyParser?.isValidWord uses Character.isLetterorDigit, which defines Letter as a Unicode Letter.

However when the module is saved, the Shape is removed.

Change History

01/09/09 16:15:15 changed by dogle

  • status changed from new to closed.
  • resolution set to fixed.

added test to ensure character is in Basic Latin block of Unicode. Closed in rev 2284.