case sensitivity
jm <[email protected]> Fri, 28 Feb 2003 22:44:37 -0800
| Newsgroups | gmane.comp.lang.goo.general |
|---|---|
| Message-ID | <YVSNGD5241MG64BAHDKID6595VU2Z2U.3e6056d5@abe> |
hello all, is goo intentionally case insensitive? if so, why? i can't think of any reasons for case-insensitivity but i think the need to interface with c libs is a good reason against it. this problem popped up when swigifying the SDL which has a function named SDL_Quit and an enum constant named SDL_QUIT. a work around in this case is simple enough, but there is potential for much bigger headaches with other interfaces. -- jan