Single-byte to Double-byte

Single-byte to Double-byte

Logic name

Single-byte to Double-byte (Document Mapper/Variable Mapper/Merge Mapper)

Function

This logic converts single-byte characters in the input string to double-byte characters.

Data types

Location

Type

First input handler

String

Logic output

String

= Hint =

Refer to the following for details:

Properties

Category

Property

Description

Required settings

Convert katakana

Specify the method of converting the single-byte katakana into double-byte.

Required settings

Convert alphabet

Specify whether to convert the single-byte alphabet into double-byte.

Required settings

Convert number

Specify whether to convert single-byte numbers into double-byte.

Required settings

Convert sign

Specify whether to convert single-byte signs into double-byte.

Option of sign conversion

Convert middle point

Specify whether to convert single-byte middle points into double-byte middle points.

Comment

Comment

You can write a description of the logic. It doesn't affect the conversion process.

Notes

  • The conversion process when selecting Convert sign is as follows:

    "u+xxxx" is a Unicode code.

    Before

    After

     (single-byte space)

     (double-byte space)

    !

    #

    $

    %

    &

    '

    (

    )

    *

    +

    ,

    -

    u+ff0d (fullwidth hyphen-minus)

    .

    /

    :

    ;

    <

    =

    >

    ?

    @

    [

    ]

    ^

    _

    _

    `

    '

    {

    |

    }

    ~

    u+ff5e (fullwidth tilde)

    "

    u+005c (halfwidth backslash)

    -

    u+30fc (katakana-hiragana prolonged sound mark)

  • A middle point (・) is a kind of sign. Convert middle point only works when Convert sign is enabled.

Logic sample

Mapping definition

Single-byte to Double-byte

Logic settings and processing result

The logic converts single-byte katakana and single-byte numbers in input data to double-byte.

Property settings

Property

Setting

Convert katakana

Convert katakana without separating dakuten

Convert alphabet

Not selected

Convert number

Selected

Convert sign

Not selected

Convert middle point

Not selected

Input data

サンプルデータ

1234567890

サンプルABC12345

Output data

サンプルデータ

1234567890

サンプルABC12345

 

= Hint =

For a list of logics, refer to Mapper Logic Guide.