Java-style String Parser #6

Closed
opened 2022-06-28 13:49:52 +02:00 by BodgeMaster · 1 comment

We need to convert back and forth between Java’s modified UTF-8 and proper UTF-8.

Should preferably come with its own data type that can spit out both forms depending on what it needed. It should also be aware of both the real length as well as the length of the string in Java form.

We need to convert back and forth between Java’s modified UTF-8 and proper UTF-8. Should preferably come with its own data type that can spit out both forms depending on what it needed. It should also be aware of both the real length as well as the length of the string in Java form.
BodgeMaster added the
TODO
label 2022-06-28 13:49:52 +02:00
BodgeMaster added a new dependency 2022-06-28 14:32:54 +02:00

As discussed with @AmoldyBuffalo:

For now, ignore dealing with NUL bytes, because C-style strings are NUL terminated. Throw an error when trying to parse a NUL byte from a Java-style string.

As discussed with @AmoldyBuffalo: For now, ignore dealing with NUL bytes, because C-style strings are NUL terminated. Throw an error when trying to parse a NUL byte from a Java-style string.
AmoldyBuffalo was assigned by BodgeMaster 2022-07-01 22:20:57 +02:00
AmoldyBuffalo was unassigned by BodgeMaster 2022-07-19 04:20:37 +02:00
Sign in to join this conversation.
There is no content yet.