[Mono-osx] has non-7 bit chars, interpreting using MacOS Roman encoding for now, but this will change. Please eliminate usages of non-7 bit chars

AaronA aaron at zonefivesoftware.com
Wed Apr 15 08:31:27 EDT 2009


I have an app developed in windows .NET I am trying to port to Mono.

Under Ubuntu 9 + Mono 2.2/2.4 this works great. Under Windows XP + Mono 2.4
this works great. On OSX 1.5.6 + Mono 2.4 I get the following errors:

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().

These warnings are coming from a Resources.resx file saved in UTF8 which
contains German diacritics. In my Windows program I am using the Arial font
(not sure if that matters).

I get a TON of these warnings and want to eliminate them. I've searched the
forums and Googled without finding a solution. There is actually a post here
from February with the same question - unanswered.

Can anyone provide a solution to this?

Thanks
-- 
View this message in context: http://www.nabble.com/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-tp23057803p23057803.html
Sent from the Mono - OSX mailing list archive at Nabble.com.



More information about the Mono-osx mailing list