geremih / giver

Automatically exported from code.google.com/p/giver
MIT License
0 stars 0 forks source link

Problems with charset/encoding #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
 1. Create a file with tildes or "strange" character on it (ñ, á, ó, etc)
 2. Send it through giver 
 3. Accept it on the other side

What is the expected output? What do you see instead?
 I would expect the filename not to be changed.
 I get the file with characters changed:
  * ñ => ñ
  * ó => ó
  * etc...

What version of the product are you using? On what operating system?
 Giver 0.1.8 on Debian

Please provide any additional information below.
N/C

Great work BTW!

Original issue reported on code.google.com by zut...@gmail.com on 28 Jul 2010 at 10:12

GoogleCodeExporter commented 9 years ago
Hi again,

I made this work by "UrlEncoding" all HTTP Headers that I think where subject 
of this failure.

I attach a possible patch. 
Hope it helps,

--
Alayn Gortazar

Original comment by zut...@gmail.com on 3 Aug 2010 at 9:59

Attachments: