JavaScript must be enabled in order for you to use JSXGraph and JSXGraph reference. However, it seems JavaScript is either disabled or not supported by your browser.

Class Index | File Index

Elements
Classes

Namespace JXG.Util.UTF8


      ↳ JXG.Util.UTF8



Defined in: encoding.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
UTF8 encoding routines
Method Summary
Method Attributes Method Name and Description
<static>  
JXG.Util.UTF8.asciiCharCodeAt(str, i)
Extends the standard charCodeAt() method of the String class to find the ASCII char code of a character at a given position in a UTF8 encoded string.
<static>  
JXG.Util.UTF8.decode(utftext)
Decode a string from utf-8.
<static>  
JXG.Util.UTF8.encode(string)
Encode a string to utf-8.
Namespace Detail
JXG.Util.UTF8
UTF8 encoding routines
Method Detail
<static> {Number} JXG.Util.UTF8.asciiCharCodeAt(str, i)
Extends the standard charCodeAt() method of the String class to find the ASCII char code of a character at a given position in a UTF8 encoded string.
Parameters:
{String} str
{Number} i
position of the character
Returns:
{Number}

<static> {String} JXG.Util.UTF8.decode(utftext)
Decode a string from utf-8.
Parameters:
{String} utftext
to decode
Returns:
{String} utf8 decoded string

<static> {String} JXG.Util.UTF8.encode(string)
Encode a string to utf-8.
Parameters:
{String} string
Returns:
{String} utf8 encoded string

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Mar 08 2024 12:21:02 GMT+0100 (Mitteleuropäische Normalzeit)