<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 7/8/2016 11:58 PM, Jörg Straube wrote:<br>
<blockquote cite="mid:1C3AE469-AD02-4821-BB7D-3A954D716A5A@iaeth.ch"
type="cite"><span style="font-size: 10.000000pt; font-family:
'ArialMT'"> string = """ {character} """ | digit {hexdigit} "X"
. </span></blockquote>
How about dropping the hex representation and leaving character
abstract?<br>
<span style="font-size: 10.000000pt; font-family: 'ArialMT'">
string = """ {character} """<br>
</span><br>
But then one needs, tab, end-of-line, form-feed, etc, to also be
abstract.<br>
<span style="font-size: 10.000000pt; font-family: 'ArialMT'"></span>
</body>
</html>