mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 23:49:07 +02:00
* Fixed wrong string type, causing unicode characters to be dropped
git-svn-id: trunk@11639 -
This commit is contained in:
parent
825a060618
commit
77f5cefb71
@ -470,7 +470,7 @@ function TFPDocWriter.ConvertBaseShort(AContext: TPasElement;
|
|||||||
|
|
||||||
function ConvertText: DOMString;
|
function ConvertText: DOMString;
|
||||||
var
|
var
|
||||||
s: String;
|
s: DOMString;
|
||||||
i: Integer;
|
i: Integer;
|
||||||
begin
|
begin
|
||||||
if Node.NodeType = TEXT_NODE then
|
if Node.NodeType = TEXT_NODE then
|
||||||
|
Loading…
Reference in New Issue
Block a user