We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfbf91 commit dff5eb6Copy full SHA for dff5eb6
1 file changed
lib/hid_api/util/wchar.rb
@@ -15,7 +15,7 @@ module WCHAR
15
FORMAT = FORMATS[WCHAR_T_WIDTH].freeze
16
17
# Maps a WCHAR_T_WIDTH to the corresponding string encoding
18
- ENCODING = {
+ ENCODINGS = {
19
2 => "utf-16le",
20
4 => "utf-32le"
21
}.freeze
0 commit comments