Re: encoding sting in UNIX environment using Windows codepage 1252..?

From: Maxim Yegorushkin (maxim.yegorushkin_at_gmail.com)
Date: 09/30/05


Date: 30 Sep 2005 06:02:30 -0700


Vinu wrote:
> Hi
> I have one problem I want to convert one string in UNIX environment,
> but that string should be converted using the windows codepage 1252.
> Can anybody suggest a way to do this? What is the conversion descriptor
> equivalent to Windows codepage 1252?

man iconv(3)



Relevant Pages

  • encoding sting in UNIX environment using Windows codepage 1252
    ... I have one problem I want to convert one string in UNIX environment, ... encoding. ... equivalent conversion descriptor in UNIX? ...
    (comp.unix.questions)
  • Re: encoding sting in UNIX environment using Windows codepage 1252
    ... > I have one problem I want to convert one string in UNIX environment, ... > equivalent conversion descriptor in UNIX? ... The most difficult years of marriage are those following the wedding. ...
    (comp.unix.questions)
  • encoding sting in UNIX environment using Windows codepage 1252..?
    ... I have one problem I want to convert one string in UNIX environment, ... but that string should be converted using the windows codepage 1252. ... What is the conversion descriptor ...
    (comp.unix.programmer)
  • Proposal: String::Format::General
    ... It provides format string parsing and output assembly, you provide the code that implements the individual conversion characters. ... Format syntax is kind of a cross between sprintf and strftime, but how close it is to each of these depends on the semantics implemented by the user. ... Note that the following is pre-alpha documentation; the interface to the output conversion code has changed since yesterday, ... conversion character, and contain a number of optional fields which may ...
    (comp.lang.perl.modules)
  • Re: what if (f)printf returns EINTR ?
    ... vsnprintf - formatted output conversion ... int fprintf; ... write to the character string str. ...
    (comp.unix.programmer)