P
Peter K
Hi
in the processing of some text files, I have found I have strings like:
f=E5t
pr=F8ve
where the strings "=E5" and "=F8" are danish characters "å" and "ø". I can
work this out myself, but how can my program know - or at least what
"decoding" do I need to do to get the correct characters in my string?
Thanks,
Peter
in the processing of some text files, I have found I have strings like:
f=E5t
pr=F8ve
where the strings "=E5" and "=F8" are danish characters "å" and "ø". I can
work this out myself, but how can my program know - or at least what
"decoding" do I need to do to get the correct characters in my string?
Thanks,
Peter