Loss conversion from UTF-8 to ISO-8859-1

From: Marcin Krzysztof Dħbrowski (dabek22_at_nie.lubie.spamu.poczta.onet.pl)
Date: 03/31/04


Date: Wed, 31 Mar 2004 10:59:13 +0200

Hi,

I'm looking for the method to convert from UTF-8 to ISO-8859-1,
but I do not want to have a question mark for any native char.
Doing this conversion I want to have for example Polish char
ħ char a, or for German u with umlaut only u. Can anyone help
me with this?

Thanks in advance,

Dabek



Relevant Pages

  • Re: UTF-8 in char*
    ... >I am developing a vCard application which have to support UTF-8. ... >treat as NULL character in strlen? ... of type "unsigned char", as those will have at least 8 bits. ... strlensimply operates on an array ...
    (comp.lang.c)
  • Re: Unicode version of main in Unix
    ... Henry> 'char', making sure to do UTF-8 conversions where needed. ... Henry> the Unix side. ...
    (comp.unix.programmer)
  • Re: Get ASCII value for character when higher than 127
    ... UTF-8 will handle it. ... the correct int value for the special characters. ... char timeString; ... strcat; ...
    (microsoft.public.vc.language)
  • Re: Chinese character display problem
    ... SQL nvarchar can indeed store unicode data. ... However the encoding used is UCS-2, like Windows NT/2K - two bytes per char. ... This instructs IIS to convert strings from UCS-2 to UTF-8. ...
    (microsoft.public.sqlserver.programming)
  • Re: UTF of Java strings?
    ... If the size of char were undefined, and char was not convertible to any ... integer type, I don't see why the Unicode change would have caused any ... non-16-byte characters were introduced, etc. ... Code that pawed through UTF-8 ...
    (comp.lang.java.programmer)