That happens because Google uses UTF-8 and VFP has no clue about how
that string is encoded. (Usually, the texts encoded in UTF-8 start
with a special set of two characters which are not shown by most text
editors, including notepad, instead they instruct the editor about how
the string is encoded. VFP doesn't know how to handle that either).
So you need to help VFP a little bit:
? StrConv("Número máximo de carga Bundle Por Peso",11) would do the job.
On Tue, Feb 23, 2010 at 12:02 AM, gerald foote
<[email protected]> wrote:
> When I down load from google translation I get accent marks that
>
>> look like this when I view the text file with a modi file.
>
>> Número máximo de carga Bundle Por Peso
>
>>
>
>> It looks like this on web page
>
>> Número máximo de carga Bundle Por Peso
>
>>
>
>> How can I preserve the actual characters when I insert into table and
> display in a browse?
>
>>
>
>> Thanks Jerry
>
>>
>
>
>
>
>
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
> text/plain (text body -- kept)
> text/html
> ---
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.