Idiomatically determine all the characters that can be used for symbols: Difference between revisions

m
(→‎{{header|Phix}}: enhanced the compiler!)
Line 442:
bad:0, good:1,111,936
</pre>
Note that versions prior to 0.8.1 only permit a mere 48 utf8 characters, running the same code on 0.7.9 gave me
<pre>
utf8 characters:
===============
bad:1,111,888, good:48
</pre>
 
=={{header|Python}}==
7,806

edits