HI,
I have a problem with listview and or arrays.
Im reading a Csv file using system.io, then splitting the text at line break and loading each line into a array, then splitting each line up at ; and then formating them into a listview. This works great, but i encounter a problem with nordic letters (Æ = ae, Ø = oe, Å = aa) they wont show in listview so somewhere they get cut, but i dont know where or why it does this.
I know ÆØÅ is in the font, using microsoft sans serif, and if i type the value manually i can use those 3 letters.
Is there somewhere i cna change the format so i can use ÆØÅ.. i think maybe its the array which gives me the problem.
I have a problem with listview and or arrays.
Im reading a Csv file using system.io, then splitting the text at line break and loading each line into a array, then splitting each line up at ; and then formating them into a listview. This works great, but i encounter a problem with nordic letters (Æ = ae, Ø = oe, Å = aa) they wont show in listview so somewhere they get cut, but i dont know where or why it does this.
I know ÆØÅ is in the font, using microsoft sans serif, and if i type the value manually i can use those 3 letters.
Is there somewhere i cna change the format so i can use ÆØÅ.. i think maybe its the array which gives me the problem.