QueryCodePage() went bye-bye. For good?
Charles Dye Super Moderator May 4,846 116 Staff member Aug 16, 2016 #1 QueryCodePage() went bye-bye. For good?
vefatica May 12,623 152 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 May 12,827 180 Staff member Aug 16, 2016 #3 It had to be replaced for the v20 code page rewrite.
Charles Dye Super Moderator May 4,846 116 Staff member Aug 16, 2016 #4 Okay. Looks like I can get the same info via %_CODEPAGE, so it isn't a problem.