[Mono-list] WARNING: CFSTR("...") has non-7 bit chars, interpreting using MacOS Roman encoding for now, but this will change. Please eliminate usages of non-7 bit chars (including escaped characters above \177 octal) in CFSTR().

plkyl asakristenson at hotmail.com
Fri Jan 29 17:04:12 EST 2010


I'm having some difficulties with one of my projects, it's a windows forms
application that runs perfectly on windows whit .NET Framework. I want to
get it running on MacOS. I had no problem getting my project to compile with
mono, but as soon as I run it I get a lot of messages saying: 

WARNING: CFSTR("...") has non-7 bit chars, interpreting using MacOS Roman
encoding for now, but this will change. Please eliminate usages of non-7 bit
chars (including escaped characters above \177 octal) in CFSTR().

My program is written in swedish so I have the letter åäö here and there,
the message above appears every time I use one of those letters on a button,
label, etc. I tried to change the letter åäö to regular ones and then the
messages disappeared, so I'm quite sure it has nothing to do with some
strange font on my forms.

I've seen some post referring to the same problem as I have but I haven't
seen any answers and I don't no how to get around it, I need some help! Does
anyone have a solution? 


-- 
View this message in context: http://old.nabble.com/WARNING%3A-CFSTR%28%22...%22%29-has-non-7-bit-chars%2C-interpreting-using-MacOS-Roman-encoding-for-now%2C-but-this-will-change.-Please-eliminate-usages-of-non-7-bit-chars-%28including-escaped-characters-above-%5C177-octal%29-in-CFSTR%28%29.-tp27330206p27330206.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list