|
|
|
|
|
by kazinator
218 days ago
|
|
Why are you using the locale-specific [:space:] on source code? In your C source code, are you using spaces other than ASCII 0x20? Would you have //d<0xA0>rest of comment? Or some fancy Unicode space made using several UTF-8 bytes? |
|