|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to work with the special charactersHi,
I read a text file line by line, and put the value into a arraylist. But some special characters lost after asignment. Is there any solution to avoid this? Thanks in advance "Li Pang" <LiP***@discussions.microsoft.com> schrieb: If you are using 'System.IO.StreamReader' to read the text, you may want to > I read a text file line by line, and put the value into a arraylist. But > some special characters lost after asignment. Is there any solution to > avoid > this? specify an appropriate encoding in the 'StreamReader''s constructor. 'System.Text.Encoding.Default' returns the system's default Windows-ANSI codepage, which is used by many applications to encode text files. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
DataGrid custom class
How to create a local server (i.e., localhost) VB.NET Datagrid Sorting of Numbers VB.NET XML Documentor Exception HRESULT: 0x800401A8 in Excel with VB .Net How to remove last line in a file comparing values in ARRAYLISTS Configuration File code error OFF TOPIC: IL DASM the MSIL disassebler Nested Loop |
|||||||||||||||||||||||