LibreOffice 7.3 Hjelp
Konverterer enkelt-byte (halv-breidde) ASCII- eller katakana-teikn til dobbelt-byte (fullbreidde) teikn.
Du kan finne ein konverteringstabell på https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions.
JIS(Text)
Tekst: tekststrengen som inneheld teikn som skal konverterast.
Applying the JIS function to a string composed of double-byte characters will return the input string without any modifications.
=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.