Re: hex to *char conversion in latin2
From: Ariane van der Steldt (ariane_at_xaron.stack.nl)
Date: 08/05/04
- Next message: Alan Holloway: "Re: When to use complex declarations like the following.....?"
- Previous message: Ravi Uday: "Re: truncation warning"
- In reply to: d.: "hex to *char conversion in latin2"
- Next in thread: d.: "Re: hex to *char conversion in latin2"
- Reply: d.: "Re: hex to *char conversion in latin2"
- Reply: d.: "Re: hex to *char conversion in latin2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 5 Aug 2004 10:14:39 +0000 (UTC)
In article <cesqu6$405$1@news.lublin.pl>, d. wrote:
> I'm quite new in c programming. I'd like to convert string coded in any
> language into Latin2. I thought that I do two things: first I convert
> string to hex and then hex to latin2. But I have a problem with the second.
> can anyone suggest how to do it?
I don't see how converting to hex is going to help you.
> or maybe there is better way to do so?
> thanks a lot
C does not define character conversion. On unix, you may wish to check
iconv.
Ariane
--
We remember the song,
But not the hand that wrote it.
Nightwish -- Dead Boys Poem
- Next message: Alan Holloway: "Re: When to use complex declarations like the following.....?"
- Previous message: Ravi Uday: "Re: truncation warning"
- In reply to: d.: "hex to *char conversion in latin2"
- Next in thread: d.: "Re: hex to *char conversion in latin2"
- Reply: d.: "Re: hex to *char conversion in latin2"
- Reply: d.: "Re: hex to *char conversion in latin2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|