Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
superkat #1
accents issue
Hello,
i have a little issue with displaying accents in my flash forms.
The "saving" of information is no problem. When i enter ? ? ? ? in my flash
forms, they are saved corerctly to mySQL DB.
When i make a query and retrieve info from the DB, however, it displays
strange characters such as squares or so ...
I have put the below code in my application.cfm (i saw this somwhere on the
net, looking for a solution).
Have you experience this issue?
How can i solve it?
Thanks,
Kat
<cfscript>
setEncoding("form", "utf-8");
setEncoding("url", "utf-8");
</cfscript>
<cfcontent type="text/html; charset=utf-8">
superkat Guest
-
Problème avec les accents
Bonjour, j'ai Acrobat Reader version mac sur un ordinateur Intel. Lorsque j'ouvre les formats pdf, il n'y a aucun accent aigu ni aucun autre... -
[XMLConnector] Problem with accents
The XMLConnector is not listing the data in the DataGrid when in the XML it exists accents. Already I used UTF-8, but it did not decide. ... -
Characters with accents and proxies
In a site we are developing we use a Flash movie. Variables are passed on to the Flash movie in the following way:... -
Spanish accents Using Mac
I have found support for applying spanish accents on a PC, but what about on a Mac? -
Problem with accents
I made 2 years ago a director project, now my client want to make several changes. The problem is that now in Windows XP there is an error with the... -
PaulH **AdobeCommunityExpert** #2
Re: accents issue
superkat wrote:
what encoding for the db? what db driver? should be the JDBC & probably should> The "saving" of information is no problem. When i enter ? ? ? ? in my flash
> forms, they are saved corerctly to mySQL DB.
add "using useUnicode=true&characterEncoding=utf8" to the driver url (advanced
menu) if indeed you're using unicode.
in what? flash or html? squares indicate that the browser can't render that> When i make a query and retrieve info from the DB, however, it displays
> strange characters such as squares or so ...
glyph using the current font. don't know what you mean by the "or so" part.
PaulH **AdobeCommunityExpert** Guest
-
PaulH **AdobeCommunityExpert** #3
Re: accents issue
actually that should be: "useUnicode=true&characterEncoding=utf8"
PaulH **AdobeCommunityExpert** Guest
-
superkat #4
Re: accents issue
Hello Paul,
thanks for your reply.
I am using cf flash forms.
Yes, in the DB, my collation is uft8.
The DB is MySQL 4.1
You mention that i should be adding "useUnicode=true&characterEncoding=utf8"
to the driver URL from the advance menu ... i'm lost, the advance menu of what?
I don't see an advance menu in PhpMYadmin , and i cannot find it either in the
CFIDE/Admin (i'm in MX 7) ... pardon my ignorance ... can you be so kind and
specify me again where i would have to add this?
Thanks,
regards,
kat
superkat Guest
-
PaulH **AdobeCommunityExpert** #5
Re: accents issue
superkat wrote:
*encoding* not collation.> Yes, in the DB, my collation is uft8.
using the JDBC driver?> The DB is MySQL 4.1
cfadmin, datasource for that database, advanced menu> You mention that i should be adding "useUnicode=true&characterEncoding=utf8"
> to the driver URL from the advance menu ... i'm lost, the advance menu of what?
PaulH **AdobeCommunityExpert** Guest



Reply With Quote

