summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Kharchev <dh_twriter@mail.ru>2018-01-28 09:54:21 -0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-01-28 18:50:16 +0100
commiteeb16287e60c9699997e5a32a81da41a7d8c7013 (patch)
treef92825e829e26d0e668d7e95c99708751cf9a026
parentf244829556e67657cdd5c08d4126151b067a2a15 (diff)
tdf#92069 help page for ENCODEURL() function
Change-Id: I8ec52dd918a21a9944b8fc2b2db8f0d7156678ad Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/48779
-rw-r--r--source/text/scalc/01/func_webservice.xhp17
1 files changed, 16 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_webservice.xhp b/source/text/scalc/01/func_webservice.xhp
index 5f3cc5d67d..987141f7d2 100644
--- a/source/text/scalc/01/func_webservice.xhp
+++ b/source/text/scalc/01/func_webservice.xhp
@@ -10,7 +10,7 @@
<helpdocument version="1.0">
<meta>
<topic id="textscalc01func_webservice" indexer="include" status="PUBLISH">
- <title id="tit" xml-lang="en-US">WEBSERVICE</title>
+ <title id="tit" xml-lang="en-US">URI Functions</title>
<filename>/text/scalc/01/func_webservice.xhp</filename>
</topic>
</meta>
@@ -43,5 +43,20 @@
<paragraph role="paragraph" id="par_id2946142" xml-lang="en-US"><item type="input">=FILTERXML(WEBSERVICE("wiki.documentfoundation.org/api.php?hidebots=1&amp;days=7&amp;limit=50&amp;action=feedrecentchanges&amp;feedformat=rss");"//lastBuildDate")</item></paragraph>
<paragraph role="paragraph" id="par_id2946143" xml-lang="en-US"> Returns information on the last build date of the wiki.</paragraph>
</section>
+ <section id="encodeurl">
+ <bookmark id="bm_id121517132649769" xml-lang="en-US" branch="hid/SC_HID_FUNC_ENCODEURL" localize="false"/>
+ <bookmark xml-lang="en-US" branch="index" id="bm_id811517136840444">
+ <bookmark_value>ENCODEURL function</bookmark_value>
+ </bookmark>
+ <paragraph id="hd_id671517132649769" role="heading" level="2" xml-lang="en-US">ENCODEURL function</paragraph>
+ <paragraph id="par_id51517132649769" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_ENCODEURL">Returns a URL-encoded string.</ahelp></paragraph>
+ <paragraph role="paragraph" id="par_id721517134647880" xml-lang="en-US">Use this function to transform text with symbols of national alphabets (for example accented characters, non-ASCII alphabets or Asian words) to a string of URL-standard symbols.</paragraph>
+ <paragraph role="heading" id="hd_id351517132879400" level="2" xml-lang="en-US">Syntax</paragraph>
+ <item type="code">ENCODEURL(Text)</item>
+ <paragraph role="paragraph" id="par_id921517132924079" xml-lang="en-US"><emph>Text</emph>: String to encode to a sequence of URL-standard symbols.</paragraph>
+ <paragraph role="heading" id="hd_id901517132933934" level="2" xml-lang="en-US">Example</paragraph>
+ <paragraph role="paragraph" id="par_id651517132994921" xml-lang="en-US">If cell A1 contains the cyrillic text "автомобиль", <item type="input">=ENCODEURL(A1)</item> returns %D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%BE%D0%B1%D0%B8%D0%BB%D1%8C (the word "автомобиль" means car in Russian).</paragraph>
+ <paragraph role="paragraph" id="par_id991517133057478" xml-lang="en-US">If cell B1 contains the text "車", <item type="input">=ENCODEURL(B1)</item> returns %E8%BB%8A ("車" means car in Japanese).</paragraph>
+ </section>
</body>
</helpdocument>