Ask a Question related to Coldfusion Database Access, Design and Development.
-
PhilFromFrance #1
apostrophes turn into squares
Hello, My ISP recently switched to CFMX and a new server. I am using MS
Access and some characteres (apostrophe, dash, euro sign, etc) turn into
squares or other strange signs when inserted into Access. When testing I also
noted that some apostrophes or dashes turn into squares and some do not. When
I look closely there seem to be the wrong type of apostrophe and the right type
(same font). Very strange. Perhaps someone can help me in setting up MS
Access so that it accepts all characteres ? (or help me change my code). Many
thanks in advance Philippe
PhilFromFrance Guest
-
Apostrophes
I am having the same problem with dropped apostrophes in PDF files I send to printers (two different ones). It happens with Myriad Pro ( but not with... -
#39051 [NEW]: move_uploaded_file fails with spaces and apostrophes
From: steele at agora-net dot com Operating system: Debian Sarge PHP version: 4.4.4 PHP Bug Type: Streams related Bug... -
please help me with apostrophes
When I insert info into a DB from a form, it cuts the string off at the first apostrophe ("). How would I make it insert the data as-is, with the... -
Apostrophes and spaces turn into ? marks
When I publish my web file via ftp to the web, all of the extra spaces in my text turn into question marks (?) and all of the apostrophes turn into... -
Apostrophes in forms
Hi, I am working in SQL and ASP/ADO. To make an entry with an apostrophe in my form, I need to enter 2 apostrophes because ASP Response.Write... -
vkunirs #2
Re: apostrophes turn into squares
Hi
when inserting the data into the database use the preservesinglequotes in your query.
this preserve all your quotes and saves in the database as it is.
try it out this
vkunirs Guest
-
AAOS #3
Re: apostrophes turn into squares
We were having the same problem if a symbol was used for apostrophes and dash.
The solution is to use the Access with unicode support as the driver. It will
not correct existing data but will preserve the symbols with new data. Pam
AAOS Guest
-
JMGibson3 #4
Re: apostrophes turn into squares
It sounds like people are Copy/Pasting out of MS-Word. Search on 'smart
quotes' and you will find countless work arounds (replace 'smarts' with
'normals') if you don't want to get into unicode hassles.
JMGibson3 Guest
-
PaulH #5
Re: apostrophes turn into squares
no such thing as a "unicode hassle". it solves char encoding problems, it does not create any.
PaulH Guest



Reply With Quote

