Issue
Shift JIS (SJIS) is a, variable-width character encoding for Japanese, combining single-byte (ASCII/JIS X 0201) and double-byte (JIS X 0208) characters.
This type of encoding is required by Japanese customers but it is unavailable in the Community Commons for the acticities as String from file and String to file.
Environment
Community Commons (all versions)
Cause
Shift JIS is not supported.
The module only support the following formats:
| Caption | Name |
|---|---|
| US-ASCII | US_ASCII |
| ISO-8859-1 | ISO_8859_1 |
| UTF-8 | UTF_8 |
| UTF-16BE | UTF_16BE |
| UTF-16LE | UTF_16LE |
| UTF-16 | UTF_16 |
This information is available in the enumeration StandardEncodings under the module Community Commons.
Solution/Workaround
As a workaround, the activities String from file and String to file can be copied into a separate module and the enumeration StandardEncodings extended.
Alternatively, a custom Java action can be implemented to handle Shift JIS encoding.
Internal information related
- 270111
- C3T260XGA/p1769176353227979
Additional information
Mendix documentation: Community Commons
0 Comments