What are the settings to display DBCS(Japanese) in Zowe Explorer.
Japanese Version
To display the DBCS using the following process.
** If you have already installed the Japanese Language Pack for Visual Studio Code, pass steps 2,3,4,5 and 6.
1. Add "encoding" property to the profile from Brightside(CLI command)
"profiles": {
"zosmf": {
"type": "zosmf",
"properties": {
"port": 443
"encoding": 939
}
}
}
2. Open Visual Studio Code.
3. From the menu bar, click View > Command Palette
4. Click Configure Display Language > Install additional languages
5. Install the Japanese Language Pack for Visual Studio Code
6. Restart Visual Studio Code
7. Ctrl+Shift+P
8. Input 'Configure Display Language'
9. Select Japanese