Skip to content

Commit

Permalink
use Charset import
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Sep 9, 2024
1 parent d62903f commit 9861cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/de/gmuth/ipp/client/IppConfig.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package de.gmuth.ipp.client

/**
* Copyright (c) 2021-2023 Gerhard Muth
* Copyright (c) 2021-2024 Gerhard Muth
*/

import java.nio.charset.Charset
Expand All @@ -18,7 +18,7 @@ class IppConfig(
// IPP config
var userName: String? = System.getProperty("user.name"),
var ippVersion: String = "2.0",
var charset: Charset = Charsets.UTF_8,
var charset: Charset = UTF_8,
var naturalLanguage: String = "en-us",

// HTTP config
Expand Down

0 comments on commit 9861cbc

Please sign in to comment.