Using HxSync, create waypoints that contain parentheses in the name
View the waypoints on device
Observed:
The parentheses show up as spaces as they are not supported.
Expected:
Users get an error in the waypoint editing dialog showing what the unsupported characters are (e.g. "Waypoint name cannot contain ()"), in the same way that they get warned about waypoint name length.
From what I can tell, aside from 0-9, A-Z, and a-z, the only supported characters in the font are !"#%&'*+,-.:<>?[]_.
Of the printable ASCII characters, that leaves out $();=@\^`{|}~
Repro steps:
Observed:
Expected:
From what I can tell, aside from 0-9, A-Z, and a-z, the only supported characters in the font are
!"#%&'*+,-.:<>?[]_
. Of the printable ASCII characters, that leaves out$();=@\^`{|}~