Nascondi padding NUL nell editor Okuma

This commit is contained in:
Livio Merola
2026-07-28 08:23:57 +02:00
parent 807e4f8f3d
commit aa94eb2aed
9 changed files with 14 additions and 12 deletions
+2
View File
@@ -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