diff options
Diffstat (limited to 'helpcontent2/source/text/scalc/01/func_jis.xhp')
-rw-r--r-- | helpcontent2/source/text/scalc/01/func_jis.xhp | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/helpcontent2/source/text/scalc/01/func_jis.xhp b/helpcontent2/source/text/scalc/01/func_jis.xhp new file mode 100644 index 000000000..ef94de403 --- /dev/null +++ b/helpcontent2/source/text/scalc/01/func_jis.xhp @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> +<!-- +* This file is part of the LibreOffice project. +* +* This Source Code Form is subject to the terms of the Mozilla Public +* License, v. 2.0. If a copy of the MPL was not distributed with this +* file, You can obtain one at http://mozilla.org/MPL/2.0/. +* +--> + +<meta> + <topic id="calcfuncjis" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">JIS Function</title> + <filename>/text/scalc/01/func_jis.xhp</filename> + </topic> +</meta> +<body> + <section id="func_jis"> + <bookmark id="bm_id61542230672099" xml-lang="en-US" branch="hid/SC_HID_FUNC_JIS" localize="false"/> + <bookmark xml-lang="en-US" branch="index" id="bm_id831542233029549"> + <bookmark_value>JIS function</bookmark_value> + </bookmark> + <h1 id="hd_id881628776094597"><variable id="Jis_h1"><link href="text/scalc/01/func_jis.xhp" name="function JIS">JIS</link></variable></h1> + <paragraph id="par_id541542230672101" role="paragraph"><variable id="func_jis_desc"><ahelp hid=".">Converts single-byte (half-width) ASCII or katakana characters to double-byte (full-width) characters.</ahelp></variable></paragraph> + </section> + <note id="par_id151634221012221">See <link href="https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions" name="wiki.documentfoundation.org Calc/Features/JIS and ASC functions">https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table.</note> + <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> + <paragraph role="paragraph" id="par_id701542231253817"><input>JIS(Text)</input></paragraph> + <paragraph role="paragraph" id="par_id621542232197446"><emph>Text</emph>: the text string that contains characters to be converted.</paragraph> + <note id="par_id481637763523789">Applying the JIS function to a string composed of double-byte characters will return the input string without any modifications.</note> + <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> + <paragraph role="paragraph" id="par_id451628776707264"><input>=JIS("LibreOffice")</input> returns the string "LibreOffice". Note that the returned string uses double-byte characters.</paragraph> + <paragraph role="paragraph" id="par_id101628778036375"><input>=JIS("ライト")</input> returns the string "ライト", which is composed of double-byte characters.</paragraph> + + <section id="relatedtopics"> + <embed href="text/scalc/01/func_asc.xhp#Asc_h1"/> + <embed href="text/scalc/01/04060110.xhp#head_text"/> + </section> +</body> +</helpdocument> |