Disable charBuffer because it messes things up for some reason

This commit is contained in:
Michael Becker 2014-12-04 22:00:36 -08:00
parent cfb31afacf
commit 6846e105df

View File

@ -49,6 +49,7 @@ namespace UniversalEditor.IO
public char ReadChar()
{
charBuffer = null;
if (charBuffer == null)
{
int maxByteCount = base.Accessor.DefaultEncoding.GetMaxByteCount(1);