On Tuesday 10 June 2003 16:21, you wrote: > Hi all, > > Using AOLServer 4.0, I am getting troubles with the "EURO" currency symbol. > My site is using iso-8859-1 character set. > But it looks like the euro symbol is not in this character set. Anyway, I > can enter it in form in my browser (tested with IE and Opera). > The result is a reversed "?" when it is saved in the DB. > > I am not sure I can do anything to make things works as this character is > not in the iso-8859-1 character set... but I am just asking in any case > somebofy found a solution.
The euro symbol is present in iso8859-15, however, it's likely that what you get from IE is its representation in cp1252, Microsoft's charset, In that charset it's encoded as ASCII 128. You may need to do a conversion of the posted data using the encoding tcl command, or a regsub might do. -- -- Harry Moreau ---------------- -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list: http://www.aolserver.com/listserv.html List information and options: http://listserv.aol.com/
