Disable charBuffer because it messes things up for some reason
This commit is contained in:
parent
cfb31afacf
commit
6846e105df
@ -49,6 +49,7 @@ namespace UniversalEditor.IO
|
||||
|
||||
public char ReadChar()
|
||||
{
|
||||
charBuffer = null;
|
||||
if (charBuffer == null)
|
||||
{
|
||||
int maxByteCount = base.Accessor.DefaultEncoding.GetMaxByteCount(1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user