D
David caso
hi everybody, i've some problems when i try to print certain characters,
(á,é,í,ó,ú,ñ), spanish charset.
I'm trying to convert the string to ASCII, but only print a "?" for all
these characters.
i do the following:
Encoding.ASCII.GetString(Encoding.Convert(Encoding.Default,
Encoding.ASCII, Encoding.Default.GetBytes(Texto)))
do you have any idea?, or someone else have any idea for this problem?
thanks for all.
(á,é,í,ó,ú,ñ), spanish charset.
I'm trying to convert the string to ASCII, but only print a "?" for all
these characters.
i do the following:
Encoding.ASCII.GetString(Encoding.Convert(Encoding.Default,
Encoding.ASCII, Encoding.Default.GetBytes(Texto)))
do you have any idea?, or someone else have any idea for this problem?
thanks for all.