Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Feb 11, 2024
1 parent a06dfdb commit 2c433ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public abstract class Codec {
public static final BHSDCodec BYTE1 = new BHSDCodec(1, 256);

/**
* CHAR3 = (3,128): Used for storing text (UTF-8) strings. NB This isn't quite the same as UTF-8, but has similar properties; ASCII characters < 127 are
* CHAR3 = (3,128): Used for storing text (UTF-8) strings. This isn't quite the same as UTF-8, but has similar properties; ASCII characters < 127 are
* stored in a single byte.
*/
public static final BHSDCodec CHAR3 = new BHSDCodec(3, 128);
Expand Down

0 comments on commit 2c433ca

Please sign in to comment.