[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

case sensitivity




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