Quote Originally Posted by smUX
You said earlier that the file is UTF-8...you tried converting to unicode then displaying in the UniListBox?

You might have to look into actually prefiltering (like I said before) and converting characters to valid unicode characters for it to display properly. It's not a problem I've had as I don't work with unicode data often and when I do it's not required that I display it in any way, so I am little or no use to you :-)

Edit: A tip for you...have a textbox on your form and have the name output to that textbox...then manually copy the 2 characters and use THAT in your manual replace...that should work fine :-)

Maybe make it so on mousedown on the listbox it puts that line into the textbox?
lol isn't there a less time consuming solution?? i am desperate