Re: French characters in variables

This WebDNA talk-list message is from

2001


It keeps the original formatting.
numero = 39705
interpreted = N
texte = Thanks to everyone for your help, but I am going to leave it alone now for the weekend.----------------------- Larry Trudelle wrote:> You're example works, but if I try using Ne pas déranger instead of Oh làlà > It results in Ne pas dÈranger --- the (é) has not been been converted correctly. > > Please try it on your computer and let me know if it does the same thing. > -------------------- > Clement Ross wrote: > > > Since you use the right META, why do you need to use ConvertChars? As long as the > > accentuated text in the tpl is typed from a PC (vs. a Mac), you should not need > > ConvertChars. > > > > Also, accentuated text entered from a form will be saved in a database using PC ASCII and > > will be displayed correctly without ConvertChars. > > > > I'm not sure if it's relevant but try the following two .tpl and you'll see that you > > don't need any ConvertChars between the two forms: > > > > :::::::::::::: > > form1.tpl > > :::::::::::::: > > > > > > Form1 > > > > > >
> > Enter french chars here:
> >
> > > >
> > > > > > :::::::::::::: > > form2.tpl > > :::::::::::::: > > > > > > Form2 > > > > > >
> > > name=form1var1&exact=T][value][/formvariables]>
> > Accentuated text = [formvariables name=form1var2&exact=T][value][/formvariables] > >
> > > > > > Clem. > > > > Larry Trudelle wrote: > > > > > I am already using; > > > > > > in my web pages. > > > > > > -------------------------- > > > Christer Olsson wrote: > > > > > > > >Hello. Does anyone have experience passing French accented text in > > > > >form variables ? > > > > > > > > > >Here's what I have done: > > > > > > > > > >I am using [ConvertChars db=french.db] the text [/ConvertChars] in my > > > > >forms and it works perfectly within the form, but if I put text into a > > > > >form variable and pass it to another form, the text is mixed-up in the > > > > >process. > > > > > > > > > >For example: > > > > > > > > > >When I place Éléments électroniques on a form using ConvertChars it > > > > >appears as Éléments électroniques > > > > > > > > > >If I place it in a text field, it appears as Éléments électroniques. > > > > > > > > > >However, when I pass the variable to a second form, the variable appears > > > > >as ÉlÈments Èlectroniques on the second form. > > > > > > > > > >The second form is using a ConvertChars, same as the first form, and it > > > > >does display the correct text if I put it on the form, but not if the > > > > >text is passed as a variable. > > > > > > > > > >If I use a GET method, the URL shows the text as > > > > >%C9l%E9ments+%E9lectroniques. > > > > > > > > > >Anyone have any ideas ? > > > > > > > > Search the list archives for postings from me with ISO-8859-1 in the body. > > > > -- > > > > > > > > ************************************************************* > > > > Christer Olsson Stora Nygatan 21 Phone +46 40 791 50 > > > > Ljusa Idéer AB S-211 37 Malmoe Fax +46 40 97 99 77 > > > > Sweden http://www.ljusaideer.se > > > > > > > > ------------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://search.smithmicro.com/ > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://search.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: French characters in variables (Larry Trudelle 2001)
  2. Re: French characters in variables (Tom Duke 2001)
  3. Re: French characters in variables (Christer Olsson 2001)
  4. Re: French characters in variables (Clement Ross 2001)
  5. Re: French characters in variables (John Peacock 2001)
  6. Re: French characters in variables (Larry Trudelle 2001)
  7. Re: French characters in variables (Larry Trudelle 2001)
  8. Re: French characters in variables (Michael Davis 2001)
  9. Re: French characters in variables (Larry Trudelle 2001)
  10. Re: French characters in variables (Clement Ross 2001)
  11. Re: French characters in variables (John Peacock 2001)
  12. Re: French characters in variables (Glenn Busbin 2001)
  13. Re: French characters in variables (Larry Trudelle 2001)
  14. Re: French characters in variables (Christer Olsson 2001)
  15. Re: French characters in variables (John Peacock 2001)
  16. Re: French characters in variables (Larry Trudelle 2001)
  17. Re: French characters in variables (Christer Olsson 2001)
  18. Re: French characters in variables (Larry Trudelle 2001)
  19. Re: French characters in variables (Matthew Bohne 2001)
  20. French characters in variables (Larry Trudelle 2001)
Thanks to everyone for your help, but I am going to leave it alone now for the weekend.----------------------- Larry Trudelle wrote:> You're example works, but if I try using Ne pas déranger instead of Oh làlà > It results in Ne pas dÈranger --- the (é) has not been been converted correctly. > > Please try it on your computer and let me know if it does the same thing. > -------------------- > Clement Ross wrote: > > > Since you use the right META, why do you need to use ConvertChars? As long as the > > accentuated text in the tpl is typed from a PC (vs. a Mac), you should not need > > ConvertChars. > > > > Also, accentuated text entered from a form will be saved in a database using PC ASCII and > > will be displayed correctly without ConvertChars. > > > > I'm not sure if it's relevant but try the following two .tpl and you'll see that you > > don't need any ConvertChars between the two forms: > > > > :::::::::::::: > > form1.tpl > > :::::::::::::: > > > > > > Form1 > > > > > >
> > Enter french chars here:
> >
> > > >
> > > > > > :::::::::::::: > > form2.tpl > > :::::::::::::: > > > > > > Form2 > > > > > >
> > > name=form1var1&exact=T][value][/formvariables]>
> > Accentuated text = [formvariables name=form1var2&exact=T][value][/formvariables] > >
> > > > > > Clem. > > > > Larry Trudelle wrote: > > > > > I am already using; > > > > > > in my web pages. > > > > > > -------------------------- > > > Christer Olsson wrote: > > > > > > > >Hello. Does anyone have experience passing French accented text in > > > > >form variables ? > > > > > > > > > >Here's what I have done: > > > > > > > > > >I am using [ConvertChars db=french.db] the text [/ConvertChars] in my > > > > >forms and it works perfectly within the form, but if I put text into a > > > > >form variable and pass it to another form, the text is mixed-up in the > > > > >process. > > > > > > > > > >For example: > > > > > > > > > >When I place Éléments électroniques on a form using ConvertChars it > > > > >appears as Éléments électroniques > > > > > > > > > >If I place it in a text field, it appears as Éléments électroniques. > > > > > > > > > >However, when I pass the variable to a second form, the variable appears > > > > >as ÉlÈments Èlectroniques on the second form. > > > > > > > > > >The second form is using a ConvertChars, same as the first form, and it > > > > >does display the correct text if I put it on the form, but not if the > > > > >text is passed as a variable. > > > > > > > > > >If I use a GET method, the URL shows the text as > > > > >%C9l%E9ments+%E9lectroniques. > > > > > > > > > >Anyone have any ideas ? > > > > > > > > Search the list archives for postings from me with ISO-8859-1 in the body. > > > > -- > > > > > > > > ************************************************************* > > > > Christer Olsson Stora Nygatan 21 Phone +46 40 791 50 > > > > Ljusa Idéer AB S-211 37 Malmoe Fax +46 40 97 99 77 > > > > Sweden http://www.ljusaideer.se > > > > > > > > ------------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://search.smithmicro.com/ > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://search.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Larry Trudelle

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Yet another db manager (2004) Re:Change WebDNA-Talk Mail due to no digest for 1wk (1997) 2nd WebCatalog2 Feature Request (1996) Removing [showif] makes a big difference in speed (1997) WebCAT 3.x (2002) Heads up, cookies *may* be outlawed in Europe (2001) select multiple 2 more cents (1997) Errata: WCS Newbie question (1997) Problems appending to database (1997) 100% sorry about that (1998) 4.5's frequency of math problem running as demo? (2002) inside out... how much? (2004) Re:2nd WebCatalog2 Feature Request (1996) Need formum software... (2003) how to determine the actual file format of an image file? (2002) ups (1999) [Webcat 2]Next (1997) PARAMETER vs. OPERATOR (was The BUG is BACK ...) (1998) read and write you own cookies with webcat (1997) Multi-processor Mac info ... (1997)