Re: ascii characters lost using forms
John wrote:
> Hi everyone, I've got a form used to edit records in a database. We use
> ascii characters to display various symbols such as the "Registered
> Trademark". Works great first time. When a user then edits the existing
> record using a form, the text area field displays the symbol itself, and
> not the ascii, although you can see the ascii on "page view". When we
> submit the form, all the ascii gets converted to quotes??? Any way to keep
> the ascii in the database record?
>
> -jeff
I suspect that you are using ascii but the user's interface is not. If I am
correct then you will have to convert the input from the character set
being used into ascii. I am sure a little script would handle it quite
well. Alternatively, upgrade from ascii to the more modern and
internationally convertible charactersets.
Carolyn
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
.
Relevant Pages
- Re: File-Compare "fc" falsely reports mismatch between identical files
... first and last lines of each set of differences, whereas /L is said to compare files as ascii text. ... Show me a couple of "text files" that fc/a does not compare properly, and I would argue that they are so extreme in some way that I would not consider them "text files". ... One of the definitions found by google is this: "A file that contains characters organized into one or more lines. ... the tax department reacted to a customer's complaint and insisted that the faulty tax calculation be fixed. ... (microsoft.public.win2000.cmdprompt.admin) - Re: POS. Cash Register on AS400.- New and Updates
... Probably the easiest way would be to send them as ASCII. ... You need to change the printer file to not convert unprintable characters. ... "The INITPRT tag defines the ASCII control ... but still can not open cash drawer. ... (comp.sys.ibm.as400.misc) - Re: Unicode Support
... consider:)...but, you know, a file is still just a "stream of characters" ... "escape sequence" but accessing an ordinary ASCII character) are considered ... English, while all your identifiers are in "Romanji" Japanese or something ... NASM appears already to do so with strings and comments in ... (alt.lang.asm) - Re: System 360 EBCDIC vs. ASCII
... I suppose they could have created a 7-bit architecture if it ... There are a few vestiges of 7-bit characters in other computer systems due ... If you set your modem to 8 bits you ... connections, including hardwired ones: plotters, ASCII terminals, etc. ... (bit.listserv.ibm-main) - Re: File-Compare "fc" falsely reports mismatch between identical files
... compare files as ascii text. ... to two different printers and produced different results. ... the definitions found by google is this: "A file that contains characters ... calculated tax payable - for a period of six years. ... (microsoft.public.win2000.cmdprompt.admin) |
|