mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
14.20.2021 5e39c0040ddde260831a5b9f73c0bbfec3738f94
1
2
3
4
5
6
7
8
9
10
package de.micromata.borgbutler.config;
 
import java.nio.charset.Charset;
 
public class Definitions {
    /**
     * For sure, it's UTF-8.
     */
    public static final Charset STD_CHARSET = Charset.forName("UTF-8");
}