On Jun 2, 2012 1:54 AM, "Jonathan M Davis" <jmdavisProg@gmx.com> wrote:
> No. It simply means that all of the letters of an acronym are always the same
> case. So, you'd have
>
> class ASCIIException {}
> void funcASCII() {}
> int asciiVar;
> enum UTFEnum { asciiEnum, utfEnum }

Oh, good solution, I could never decide how to do it in my code.