News

Some will also remember Java 8 for introducing various small but useful features such as the Base64 API. What is Base64 and how do I use this API? This post answers these questions.
A charset for modified UTF-8, the character-encoding scheme used by the Java class file format for the internal representation of strings. This charset supports both encoding and decoding. A charset ...
This project attemps to reproduce an issue with document ID encoding in the Typesense Java client when using special characters like @ in document IDs. In Typesense Java client v0.5.0: Document IDs ...
You can even control the type of language encoding Excel uses when reading the file, if your information deals with international names or titles. Use Java's FileWriter classes to create UTF-8 ...