Nascondi padding NUL nell editor Okuma
This commit is contained in:
@@ -447,6 +447,8 @@ Public Class Form1
|
||||
While i < content.Length
|
||||
Dim ch = content(i)
|
||||
Select Case AscW(ch)
|
||||
Case &H0
|
||||
' Padding Okuma: non mostrarlo nell'editor.
|
||||
Case &HA
|
||||
builder.Append(Environment.NewLine)
|
||||
Case &HD
|
||||
|
||||
Reference in New Issue
Block a user