Hi All, Just as a note, I have googled this and have searched the xamarin forum.
I have a couple of cases within my code where I use the 1252 codepage to do some encoding. When running in debug it works without issue, in debug I use shared mono runtime and no linker. When I move it to release mode (still no linker, shared mono off) my app crashes. Looking at my logcat this is due to the 1252 codepage not being support. After having a look around on the xamarin forum and google I found I needed to add the internationalization "west" option in the build configuration. I did this, my app compiles, but my still crashes when running in release mode due to not supporting codepage 1252. Can anyway point me in the right direction because I am not sure what else I can do? Do I have to change it to "west" and then remove all codepages 1252 back to encoding default? Thanks
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid