vb.net - Winforms problem with codepage "?" char instead of apostrophe ' -


in .net 3.5, have winform combobox in it. datya comes db2 mainframe db. problem have character not real apostrophe. pasted word i'd guess. in our combobox, not diplayed correctly. shows question mark "?" instead.

any idea on how display character ?

first should check if character intact in database, or if problem code page doesn't support character.

if code page used in database doesn't support character, has been replaced question mark, , data lost. best in case try figure out question marks result of data loss, , supposed question marks, , try recreate data.

if character intact in database, should need make sure font used display text supports unicode.

note: character used typographic apostrophe unicode character u+2019.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -