From d507793989968a3e9216faa6706dcdedb7cb0c0e Mon Sep 17 00:00:00 2001 From: fancyweb Date: Wed, 1 Jan 2020 15:19:04 +0100 Subject: [PATCH] [String] Replace codePoint by codePointsAt --- components/string.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/string.rst b/components/string.rst index 068f7fc02a2..b388e02a2d1 100644 --- a/components/string.rst +++ b/components/string.rst @@ -388,8 +388,8 @@ objects:: // returns the value of the code point stored at the given position // (code points of 'नमस्ते' graphemes = [2344, 2350, 2360, 2340] - u('नमस्ते')->codePoint(0); // 2344 - u('नमस्ते')->codePoint(2); // 2360 + u('नमस्ते')->codePointsAt(0); // 2344 + u('नमस्ते')->codePointsAt(2); // 2360 `Unicode equivalence`_ is the specification by the Unicode standard that different sequences of code points represent the same character. For example, pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy