-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3a8409
commit 31b9389
Showing
6 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.6.3 | ||
6.6.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1708,7 +1708,10 @@ public static function unichrASCII($c) { | |
|
||
/** | ||
* Converts array of UTF-8 characters to UTF16-BE string.<br> | ||
* Based on: http://www.faqs.org/rfcs/rfc2781.html | ||
* Based permissions: | ||
contents: read | ||
on: http://www.faqs.org/rfcs/rfc2781.html | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
* <pre> | ||
* Encoding UTF-16: | ||
* | ||
|
@@ -1898,7 +1901,10 @@ public static function uniord($uch) { | |
/** | ||
* Converts UTF-8 character to integer value.<br> | ||
* Invalid byte sequences will be replaced with 0xFFFD (replacement character)<br> | ||
* Based on: http://www.faqs.org/rfcs/rfc3629.html | ||
* Based permissions: | ||
contents: read | ||
on: http://www.faqs.org/rfcs/rfc3629.html | ||
* <pre> | ||
* Char. number range | UTF-8 octet sequence | ||
* (hexadecimal) | (binary) | ||
|
@@ -1909,7 +1915,13 @@ public static function uniord($uch) { | |
* 0001 0000-0010 FFFF | 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx | ||
* --------------------------------------------------------------------- | ||
* | ||
* ABFN notation: | ||
* ABFN notatipermissions: | ||
contents: read | ||
This comment has been minimized.
Sorry, something went wrong.
williamdes
Contributor
|
||
permissions: | ||
contents: read | ||
on: | ||
* --------------------------------------------------------------------- | ||
* UTF8-octets = *( UTF8-char ) | ||
* UTF8-char = UTF8-1 / UTF8-2 / UTF8-3 / UTF8-4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
//============================================================+ | ||
// File name : tcpdf.php | ||
// Version : 6.6.3 | ||
// Version : 6.6.4 | ||
// Begin : 2002-08-03 | ||
// Last Update : 2023-09-06 | ||
// Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - [email protected] | ||
|
@@ -104,7 +104,7 @@ | |
* Tools to encode your unicode fonts are on fonts/utils directory.</p> | ||
* @package com.tecnick.tcpdf | ||
* @author Nicola Asuni | ||
* @version 6.6.3 | ||
* @version 6.6.4 | ||
*/ | ||
|
||
// TCPDF configuration | ||
|
@@ -128,7 +128,7 @@ | |
* TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.<br> | ||
* @package com.tecnick.tcpdf | ||
* @brief PHP class for generating PDF documents without requiring external extensions. | ||
* @version 6.6.3 | ||
* @version 6.6.4 | ||
* @author Nicola Asuni - [email protected] | ||
* @IgnoreAnnotation("protected") | ||
* @IgnoreAnnotation("public") | ||
|
bad paste issue ?