Unicode range for allowed chars in quickChild, quickID, quickClass
Hi there,
I am curious about the following regexp definition for the allowed
chars:
"(?:[\\w\u0128-\uFFFF*_-]|\\\\.)"
Why does the range start at "\u0128"?
Is it meant to be "\u0080" instead?
Tim.