Skip to main content
nikos101
Inspiring
March 13, 2009
Answered

Stange characters appearing in my app

  • March 13, 2009
  • 2 replies
  • 575 views
If I do

SELECT 'Min Transfer £',

in MSSQL I get

A£ instead of £ in my String
how do I fix this?
This topic has been closed for replies.
Correct answer Newsgroup_User
nikos101 wrote:
> If I do
>
> SELECT 'Min Transfer ?',
>
> in MSSQL I get
>
> A? instead of ? in my String
> how do I fix this?

Encoding issue. Make sure you have the same encoding on the files,
database, etc. (make sure that you have "Enable High ASCII characters
and Unicode for data sources configured for non-Latin characters" set
for your datasource)

--
Mack

2 replies

Newsgroup_UserCorrect answer
Inspiring
March 16, 2009
nikos101 wrote:
> If I do
>
> SELECT 'Min Transfer ?',
>
> in MSSQL I get
>
> A? instead of ? in my String
> how do I fix this?

Encoding issue. Make sure you have the same encoding on the files,
database, etc. (make sure that you have "Enable High ASCII characters
and Unicode for data sources configured for non-Latin characters" set
for your datasource)

--
Mack
nikos101
nikos101Author
Inspiring
March 16, 2009
Sorry for now being clear:

What I meant by

A£ instead of £ in my String

Is that in my flex app I am getting the strange character render.