@lppedd/kotlinx-charset 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Edoardo Luppi
3
+ Copyright (c) 2026 Edoardo Luppi
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -57,8 +57,9 @@ The `ebcdic` module adds support for:
57
57
  IBM037 IBM930 IBM1144
58
58
  IBM273 IBM937 IBM1146
59
59
  IBM278 IBM939 IBM1147
60
- IBM280 IBM1047 IBM1390
61
- IBM285 IBM1141 IBM1399
60
+ IBM277 IBM1047 IBM1390
61
+ IBM280 IBM1141 IBM1399
62
+ IBM285 IBM1142
62
63
  IBM297 IBM1143
63
64
  ```
64
65