data format encoding and etc
- by hguser
Hi:
I Suddenly found that I have no idea about the concept of data format and the encoding.
For exmpale, what is the differences about the ascii/binary/base64/text-xml ?
For a real case, I am working with a web service whose parameter I have to define,however one of the parameter should be ascii,another is binary and the last is netcdf.
So,how to define it?
ALso I wonder the ascii needed parameter can be a .txt or .dat ?