delphi

EUC-KR Decode 하는 법

knoen 2013. 12. 28. 22:52



EUC-KR Decode 하는 법!  델파이 

2009/02/10 10:16

복사http://blog.naver.com/cysnim12/130042318704

전용뷰어 보기

HTTPDecode
function HTTPDecode(const s: string): string;
Unit
 
Description
HTTPDecode is the same as URLDecode. We have both routines because WebBroker calls this functionality HTTP encoding while Indy calls it URL encoding.