<p><br>
On Jun 2, 2012 1:54 AM, "Jonathan M Davis" <<a href="mailto:jmdavisProg@gmx.com">jmdavisProg@gmx.com</a>> wrote:<br>
> No. It simply means that all of the letters of an acronym are always the same<br>
> case. So, you'd have<br>
><br>
> class ASCIIException {}<br>
> void funcASCII() {}<br>
> int asciiVar;<br>
> enum UTFEnum { asciiEnum, utfEnum }</p>
<p>Oh, good solution, I could never decide how to do it in my code.<br>
</p>