Fixed non-english text decoding.

This commit is contained in:
MobiusDevelopment
2022-11-07 22:37:39 +00:00
parent 19d5fd432e
commit f89dfc0f98
31 changed files with 31 additions and 31 deletions

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -34,7 +34,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -34,7 +34,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -34,7 +34,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -34,7 +34,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -34,7 +34,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }

View File

@@ -36,7 +36,7 @@ public class ReadablePacket
try try
{ {
int charId; int charId;
while ((charId = readShort() & 0x00ff) != 0) while ((charId = readShort()) != 0)
{ {
result.append((char) charId); result.append((char) charId);
} }