• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 24399
  • Open Date : 2016/06/13 14:16
  • Print

[DataSpider Servista] When you specify encoding with "Windows-31J" and "Shift-JIS" and then output, junk characters such as "?" are displayed.

When you specify encoding with "Windows-31J" and "Shift-JIS" for "-", "~", "∥", “-", "¢", "£" and "¬" and output the junk characters such as "?" are displayed. Is there any counter measures for this?
Category : 

Answer

There are chances that mismatching between Shift-JIS and Windows-31J (MS932) of the character code might be the cause.
 
Either the encoding of input and output should be matched or can be supported with "Convert CP932 to SJIS" and "Convert SJIS to CP932" icons available in the versions released from 2.1.1 onwards. Hence try it.
 
* Refer to [Trouble Shooting] in the online help for more details.
 
■ Functional Description

"Convert from CP932 to SJIS" and "Convert from SJIS to CP932" icons are the ones that supports the junk characters problem that arises during the conversion between the Windows-31J encoding and Shift-JIS encoding.
 
You can avoid the junk characters of the special characters by deploying in between each read and write icon.
 
 [Supported characters]
  -, ~, ∥, -, ¢, £, ¬

■ Creation Procedures
  1. Deploy the icons in the below order.
"Read Icon" - "Convert from SJIS to CP932" - "Write Icon"
Used icon:
Designer → Tool Palette → Conversion → Character → Convert from CP932 to SJIS
  1. Specify "Read Icon" in the input data of "Convert from SJIS to CP932".
  2. Specify "Convert from SJIS to CP932" in the input data of "Write Icon".