V 
		
								
				
				
			
		Ville Pirhonen
is there easy way encode ISO-8859-1 (7-bit) to unicode?
example..
=?iso-8859-1?Q?=F6=E4?=
to
öä
I tried Dim iso8859 As System.Text.Encoding =
System.Text.Encoding.GetEncoding("ISO-8859-1")
and getDecoder, but I didn't manage to get it work...
Cheers, Ville
				
			example..
=?iso-8859-1?Q?=F6=E4?=
to
öä
I tried Dim iso8859 As System.Text.Encoding =
System.Text.Encoding.GetEncoding("ISO-8859-1")
and getDecoder, but I didn't manage to get it work...
Cheers, Ville