[Mono-dev] mono string internal representation problem

zhu shi song zhushisongzhu at yahoo.com
Wed Nov 16 05:31:38 EST 2005


Dear sir,
  I found that string internal representation in mono
is different from in ms VS.Net.
  For example,
  In Mono:
---  ldstr      "12\u795D\u798F" 
  Mono uses ucs-2BE as default string internal
representation 
  In MS:
--- ldstr      "12\u5D79\u8F79"
  MS uses ucs-2LE as default string internal
representation
  I think the problem can cause System.Text.Encoding
doesn't work correctly. So 
How to handle the compatible problem?

  tks
  zhu


		
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com



More information about the Mono-devel-list mailing list