From b599c98a48dccf59d508c790fb36735d33e08145 Mon Sep 17 00:00:00 2001 From: kraccoon-dev Date: Wed, 2 Feb 2022 17:14:41 +0900 Subject: remove all id not in heading --- .../javascript/reference/global_objects/encodeuricomponent/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ko/web/javascript/reference/global_objects/encodeuricomponent') diff --git a/files/ko/web/javascript/reference/global_objects/encodeuricomponent/index.html b/files/ko/web/javascript/reference/global_objects/encodeuricomponent/index.html index 2174301e64..3208e449d3 100644 --- a/files/ko/web/javascript/reference/global_objects/encodeuricomponent/index.html +++ b/files/ko/web/javascript/reference/global_objects/encodeuricomponent/index.html @@ -58,7 +58,7 @@ console.log(encodeURIComponent(set3)); // %23 console.log(encodeURIComponent(set4)); // ABC%20abc%20123 (the space gets encoded as %20) -

상위-하위 쌍을 이루지 않은 단일 대리 문자를 인코딩 시도하면 {{jsxref("URIError")}}가 발생합니다.

+

상위-하위 쌍을 이루지 않은 단일 대리 문자를 인코딩 시도하면 {{jsxref("URIError")}}가 발생합니다.

// high-low pair ok
 console.log(encodeURIComponent('\uD800\uDFFF'));
-- 
cgit v1.2.3-54-g00ecf