Question Euro symbol

jmac13

Member
Hi All I'm using open edge 10.2b,


We have an issue with the euro symbol not displaying correclty I found that its do with the code page we've got setup on the start.pf.

according to this:

Code:
http://knowledgebase.progress.com/articles/Article/P77617?q=Euro+symbol&l=en_US&fs=Search&pn=1

We have this setup as that is what our database is set to.
-cpinternal ISO8859-1
-cpstream ISO8859-1

so the solution would be to put in the clients connecting pf:
-cpinternal 1252
-cpstream 1252


my question is if I'm still compiling with ISO8859-1 will this cause errors for the user?


Thanks
 

Stefan

Well-Known Member
I do not expect any issues.

You will not be able to (not that you want to) use a hard-coded euro symbol in your source.
 
Top