QueryCodePage() went bye-bye. For good?
Charles Dye Super Moderator Staff member May 20, 2008 4,689 106 Albuquerque, NM prospero.unm.edu Aug 16, 2016 #1 QueryCodePage() went bye-bye. For good?
vefatica May 20, 2008 12,173 133 Syracuse, NY, USA Aug 16, 2016 #2 Apparently, there is now: Code: g:\tc20> dumpbin /exports takecmd.dll | grep Code 419 2A0 000A77B0 QueryInputCodePage 460 2BB 000A77C0 QueryOutputCodePage
Apparently, there is now: Code: g:\tc20> dumpbin /exports takecmd.dll | grep Code 419 2A0 000A77B0 QueryInputCodePage 460 2BB 000A77C0 QueryOutputCodePage
rconn Administrator Staff member May 14, 2008 12,557 167 Aug 16, 2016 #3 It had to be replaced for the v20 code page rewrite.
Charles Dye Super Moderator Staff member May 20, 2008 4,689 106 Albuquerque, NM prospero.unm.edu Aug 16, 2016 #4 Okay. Looks like I can get the same info via %_CODEPAGE, so it isn't a problem.