Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.08.26;
Скачать: CL | DM;

Вниз

Преобразование URL   Найти похожие ветки 

 
vlv ©   (2002-08-15 15:40) [0]

Как преобразовать строку web-адреса в обычную (заменить обозначения спец-символов на их изображения)?


 
panov ©   (2002-08-15 15:46) [1]

Что-то такое...


function Decode(Value: String):String;
var
i,L: Integer;
begin
Result := "";
L := 0;
for i := 1 to Length(Value) do
begin
if (Value[i]<>"%") and (Value[i]<>"+") and (L<1) then
begin
Result := Result + Value[i];
end
else
begin
if Value[i]="+" then Result := Result+" "
else if Value[i]="%" then
begin
L := 2;
if (i<Length(Value)-1) then
begin
Result := Result + Chr(StrToInt("$"+Copy(Value,i+1,2))); //Chr(HexToInt(Value[i+1])*16+HexToInt(Value[i+2]));
end;
end
else Dec(L);
end;
end;
end;



Страницы: 1 вся ветка

Текущий архив: 2002.08.26;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.014 c
14-85257
Agent Smith
2002-07-31 19:49
2002.08.26
Athlon XP 1800 + Vulcan 6Cu - ЖАРА!!!


1-85076
Arhangel
2002-08-13 18:15
2002.08.26
Color формы


14-85177
Schummi
2002-07-30 08:47
2002.08.26
про деньги...


4-85291
Twin
2002-06-20 15:55
2002.08.26
hwnd


3-84893
Corte ™
2002-08-05 09:45
2002.08.26
Чем лечится capability not supported!!!!!