Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. articles. downloads. faq. members. files. rss.
 From: Carlos Alloatti
  Where is Carlos Alloatti?
 
 Vatican City State (Holy See)
 Carlos Alloatti
 To: Emerson Reed
  Where is Emerson Reed?
 Americana - SP
 Brazil
 Emerson Reed
Subject: RE: Convert iso-8859 codepage/charset string to another
Thread ID: 108735 Message ID: 108859 # Views: 1 # Ratings: 0
Version: Visual FoxPro 9 Category: General VFP Topics
Date: Wednesday, October 4, 2006 8:23:35 PM         
   



> > There's a way to convert iso-8859 codepage/charset string to another?
>
> Maybe I not explain correct what I need.
>
> I'm receiving a string like this:
> =?iso-8859-1?Q?Atualiza=E7=E3o_do_anti-v=EDrus?=
>

This will get you started:

?"Atualiza" + CHR(0xE7) + CHR(0xE3) + "o_do_anti-v" + CHR(0xED) + "rus"

Carlos

ENTIRE THREAD

Convert iso-8859 codepage/charset string to another Posted by Emerson Reed @ 10/3/2006 10:14:26 PM
RE: Convert iso-8859 codepage/charset string to another Posted by Carlos Alloatti @ 10/4/2006 8:23:35 PM
RE: Convert iso-8859 codepage/charset string to another Posted by Emerson Reed @ 10/4/2006 10:19:32 PM
RE: Convert iso-8859 codepage/charset string to another Posted by Carlos Alloatti @ 10/5/2006 12:22:32 AM
RE: Convert iso-8859 codepage/charset string to another Posted by Emerson Reed @ 10/6/2006 8:30:50 PM