Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
i would like to ask you to help me with a very big problem i cant solve by myself...

I need a quoted Printable encoder for CSharp that uses UTF-8 Charset.... Chikat Class cant help me cause:

this string:
abcdefghijklmnopqrstuvwxyz ,.-;:_#+*'~><|1234567890,-*/+`´!"§$%&/()=?²³{[]}\^°€®©

would be encoded this string:
abcdefghijklmnopqrstuvwxyz ,.-;:_#+*'~><|1234567890,-*/+`=C2=B4!"=C2=A7$%&/=
()=3D?=C2=B2=C2=B3{[]}\^=C2=B0=E2=82=AC=C2=AE=C2=A9

but chilkat gives me this:
abcdefghijklmnopqrstuvwxyz ,.-;:_#+*'~><|1234567890,-*/+`=C2=B4!"=C2=A7$==0D=0A%&/()=3D?=C2=B2=C2=B3{[]}\^=C2=B0=E2=82=AC=C2=AE=C2=A9

and decoded this string:
abcdefghijklmnopqrstuvwxyz ,.-;:_#+*'~><|1234567890,-*/+`´!"§$

Everything written behind the $ wont be shown decoded....

Maybe a problem with the decoder? or with the encoder?

Thanks
Posted
Updated 16-Oct-12 0:03am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900