Re: Accented letters in browse window VFP9)

2007-05-25 Thread Paul Newton
Paul Tx for the reply. I should have mentioned that I'm using VFP9 (hence the edited subject) I'm using FF and am viewing a page with the French word Cote (o circumflex). It displays correctly in the browser with any of the following (chosen from View...Character encoding) - Western

Re: Accented letters in browse window VFP9)

2007-05-25 Thread Brian Abbott
Does CPCONVERT() do anything for you? Paul Newton wrote: Paul Tx for the reply. I should have mentioned that I'm using VFP9 (hence the edited subject) I'm using FF and am viewing a page with the French word Cote (o circumflex). It displays correctly in the browser with any of the

Re: Accented letters in browse window VFP9)

2007-05-25 Thread Paul Newton
Richard Kaye wrote: Rick Strahl wrote a good white paper on dealing with VFP and Unicode. It may have some useful info. I think you will want to look at the STRCONV function. http://www.west-wind.com/presentations/foxunicode/foxunicode.asp That looks as if it might be what I really need

Re: Accented letters in browse window VFP9)

2007-05-25 Thread Paul Newton
Brian Abbott wrote: Does CPCONVERT() do anything for you? Paul Newton wrote: I'm using FF and am viewing a page with the French word Cote (o circumflex). It displays correctly in the browser with any of the following (chosen from View...Character encoding) - Western (ISO-8859-1),

Re: Accented letters in browse window VFP9)

2007-05-25 Thread Richard Kaye
Rick Strahl wrote a good white paper on dealing with VFP and Unicode. It may have some useful info. I think you will want to look at the STRCONV function. http://www.west-wind.com/presentations/foxunicode/foxunicode.asp Paul Newton wrote: Paul Tx for the reply. I should have mentioned that