JIS

Converts single-byte (half-width) ASCII or katakana characters to double-byte (full-width) characters.

note

Sintassi

JIS(Testo)

Testo è la stringa di testo che contiene i caratteri da convertire.

note

Applying the JIS function to a string composed of double-byte characters will return the input string without any modifications.


Esempi

=JIS("LibreOffice") returns the string "LibreOffice". Note that the returned string uses double-byte characters.

=JIS("ライト") returns the string "ライト", which is composed of double-byte characters.