Hey, On 7/19/07, Wicky <[EMAIL PROTECTED]> wrote: > As I mentioned at the first post, Unicode class of .Net 1.1 handle it > properly. > Is it possible to use .Net 1.1 logic for Cecil to decode unicode bytes > to string?
It's not an easy problem. I've been told about the DecoderFallback and EncoderFallback solutions on .net 2, the issue is that Cecil have to be .net 1.1 compatible, and I would like to avoid playing the ifdef game. There's still the possibility to use the .net 1.1 code from Mono I could investigate. But it's a workaround an issue with the framework, not with Cecil, so it's not really a top priority. -- Jb --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
