vaughn0223
Starting Member
1 Posts |
Posted - Sep 21 2010 : 10:58:41 PM
|
the VAX comment display for some language like Chinese problem exist for some time,recent i found when the VAX comments display incorrect. when a comment contains some special character,eg. blank char,'-','/', subsequent character will override these this character. you can do some test use the following case(include Chinese character,English character and the special character). 1,// FST-++?-?+?+?+?-++?+?+?TBlockIdx+?+?-?-?+?+?+?-?+?+?-++?TBlockIdx-+-?+?-? 2,// FST-++?-?+?+?+?---++?+?+?TBlockIdx+?+?-?-?+?+?+?-?+?+?-++?TBlockIdx-+-?+?-? 3,// FST-++?-?+?+?+?-++?+?+?TBlock--Idx+?+?-?-?+?+?+?-?+?+?-++?TBlockIdx-+-?+?-?
the case 1 will be correct.case 2 and case 3 dispaly incorrect. further more,when use case 2,subsequent character will just override the special character. when use case 3,subsequent character will override some character before the special character.
|
|