{"json_modified": "2015-04-23T02:04:53.299797", "slug": "Web/JavaScript/Referencje/Obiekty/encodeURI", "tags": ["JavaScript", "URI"], "locale": "pl", "title": "encodeURI()", "translations": [{"title": "encodeURI()", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURI", "tags": ["JavaScript", "URI"], "summary": "The encodeURI() method encodes a Uniform Resource Identifier (URI) by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two \"surrogate\" characters).", "localization_tags": [], "locale": "en-US", "last_edit": "2014-11-25T14:25:01", "review_tags": []}, {"title": "encodeURI()", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/encodeURI", "tags": ["R\u00e9f\u00e9rence", "Reference", "JavaScript", "URI"], "summary": "", "localization_tags": [], "locale": "fr", "last_edit": "2015-02-21T05:53:16", "review_tags": []}, {"title": "encodeURI()", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/encodeURI", "tags": ["JavaScript", "JavaScript Reference", "URI"], "summary": "\u7279\u5b9a\u306e\u6587\u5b57\u306e\u5b9f\u4f53\u3092 UTF-8 \u6587\u5b57\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u3067\u8868\u3055\u308c\u305f 1 \u3064\u30012 \u3064\u3001\u3042\u308b\u3044\u306f\u30013 \u3064\u306e\u30a8\u30b9\u30b1\u30fc\u30d7\u30b7\u30fc\u30b1\u30f3\u30b9\u306b\u7f6e\u304d\u63db\u3048\u308b\u3053\u3068\u3067\u3001\u7d71\u4e00\u8cc7\u6e90\u8b58\u5225\u5b50 (Uniform Resource Identifier (URI)) \u3092\u30a8\u30f3\u30b3\u30fc\u30c9\u3057\u307e\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2015-04-15T00:48:12", "review_tags": []}, {"title": "encodeURI", "url": "/es/docs/Web/JavaScript/Referencia/Objetos_globales/encodeURI", "tags": ["JavaScript", "URI"], "summary": "Codifica un Identificador de Recurso Uniforme (Uniform Resource Identifier, URI) reemplazando cada instancia de ciertos car\u00e1cteres por uno, dos o tres secuencias de escape representando el car\u00e1cter codificado en UTF-8.", "localization_tags": [], "locale": "es", "last_edit": "2014-11-19T12:20:16", "review_tags": []}, {"title": "encodeURI()", "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/encodeURI", "tags": [], "summary": "The encodeURI() method encodes a Uniform Resource Identifier (URI) by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two \"surrogate\" characters).", "localization_tags": ["inprogress"], "locale": "zh-CN", "last_edit": "2014-11-19T12:29:56", "review_tags": []}, {"title": "encodeURI()", "url": "/ru/docs/Web/JavaScript/Reference/Global_Objects/encodeURI", "tags": ["JavaScript", "URI"], "summary": "", "localization_tags": ["inprogress"], "locale": "ru", "last_edit": "2015-02-06T03:23:38", "review_tags": []}, {"title": "encodeURI()", "url": "/it/docs/Web/JavaScript/Reference/Global_Objects/encodeURI", "tags": [], "summary": "La funzione\u00a0encodeURI()\u00a0codifica un URI sostituendo alcuni specifici caratteri con una, due, tre\u00a0o quattro sequenze di escape, che rappresentano il carattere codificato in UTF-8 (le sequenze di quattro caratteri di escape verrano solo create per i caratteri composti da due caratteri \"surrogati\").", "localization_tags": [], "locale": "it", "last_edit": "2015-04-12T12:44:39", "review_tags": []}], "modified": "2015-04-23T02:04:50", "label": "encodeURI()", "localization_tags": [], "url": "/pl/docs/Web/JavaScript/Referencje/Obiekty/encodeURI", "last_edit": "2015-04-23T02:04:42", "summary": "Koduje Jednolity Identyfikator Zasobu (URI) poprzez zamian\u0119 ka\u017cdego z wyst\u0105pie\u0144 pewnych znak\u00f3w na jedn\u0105, dwie lub trzy sekwencje ucieczki (ang.\n escape sequences\n ) kodowania UTF-8 danego znaku.", "sections": [{"id": "Quick_Links", "title": "JavaScript Tutorials: JavaScript Guide Introduction Grammar and types Control flow and error handling Loops and iteration Functions Expressions and operators Numbers and dates Text formatting Regular expressions Indexed collections Keyed collections Working with objects Details of the object model Iterators and generators Meta programming Introductory JavaScript basics JavaScript technologies overview Introduction to Object Oriented JavaScript Intermediate A re-introduction to JavaScript JavaScript data structures Equality comparisons and sameness Closures Advanced Inheritance and the prototype chain Strict mode JavaScript typed arrays Memory Management Concurrency model and Event Loop References: Built-in objects Obiekty Array ArrayBuffer [Translate] Boolean DataView [Translate] Date Error [Translate] EvalError [Translate] Float32Array [Translate] Float64Array [Translate] Function Generator [Translate] GeneratorFunction [Translate] Infinity Int16Array [Translate] Int32Array [Translate] Int8Array [Translate] InternalError [Translate] Intl [Translate] Intl.Collator [Translate] Intl.DateTimeFormat [Translate] Intl.NumberFormat [Translate] Iterator [Translate] JSON [Translate] Map [Translate] Math NaN Number Object ParallelArray [Translate] Promise [Translate] Proxy [Translate] RangeError [Translate] ReferenceError [Translate] Reflect [Translate] RegExp Set [Translate] StopIteration [Translate] String Symbol [Translate] SyntaxError [Translate] TypeError [Translate] TypedArray [Translate] URIError [Translate] Uint16Array Uint32Array [Translate] Uint8Array [Translate] Uint8ClampedArray [Translate] WeakMap [Translate] WeakSet [Translate] decodeURI() decodeURIComponent() encodeURI() encodeURIComponent() escape() [Translate] eval() [Translate] isFinite() isNaN() null [Translate] parseFloat() parseInt() undefined unescape() [Translate] uneval() [Translate] Expressions & operators Operatory Operatory arytmetyczne Array comprehensions [Translate] Operatory przypisania Bitwise operators [Translate] Operator przecinkowy Operatory por\u00f3wnania Operator warunkowy Destructuring assignment [Translate] Expression closures [Translate] Generator comprehensions [Translate] Grouping operator [Translate] Legacy generator function expression [Translate] Logical Operators [Translate] Object initializer [Translate] Pierwsze\u0144stwo operator\u00f3w Operatory pami\u0119ci Spread operator [Translate] class expression [Translate] Operator delete Operator function function* expression [Translate] Operator in Operator instanceof Operator new super [Translate] this Operator typeof Operator void yield [Translate] yield* [Translate] Statements & declarations Polecenia Legacy generator function [Translate] block break class [Translate] const continue [Translate] debugger [Translate] do...while empty [Translate] export for for each...in [Translate] for...in [Translate] for...of [Translate] function function* [Translate] if...else import etykieta let [Translate] return switch throw try...catch [Translate] var while with [Translate] Functions Functions [Translate] arguments Arrow functions [Translate] Default parameters [Translate] Method definitions [Translate] Rest parameters [Translate] getter [Translate] setter [Translate] Classes Classes [Translate] constructor [Translate] extends [Translate] static [Translate] Misc Lexical grammar JavaScript data structures Enumerability and ownership of properties Iteration protocols Strict mode Transitioning to strict mode Template strings Deprecated features New in JavaScript New in JavaScript ECMAScript 5 support in Mozilla [Translate] ECMAScript 6 support in Mozilla [Translate] ECMAScript 7 support in Mozilla [Translate] Firefox JavaScript changelog [Translate] New in JavaScript 1.1 [Translate] New in JavaScript 1.2 [Translate] New in JavaScript 1.3 [Translate] New in JavaScript 1.4 [Translate] Nowo\u015bci w JavaScript 1.5 Nowo\u015bci w JavaScript 1.6 Nowo\u015bci w JavaScript 1.7 Nowo\u015bci w JavaScript 1.8 New in JavaScript 1.8.1 [Translate] New in JavaScript 1.8.5 [Translate] Documentation: Useful lists All pages index Methods index Properties index Pages tagged \"JavaScript\" Contribute JavaScript doc status The MDN project"}, {"id": "Podsumowanie", "title": "Podsumowanie"}, {"id": "Syntax", "title": "Syntax"}, {"id": "Parametry", "title": "Parametry"}, {"id": "Opis", "title": "Opis"}, {"id": "Zobacz_tak.C5.BCe", "title": "Zobacz tak\u017ce"}], "id": 37928, "review_tags": []}