Browse Source

* Fixed wrong string type, causing unicode characters to be dropped

git-svn-id: trunk@11639 -
michael 17 years ago
parent
commit
77f5cefb71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/fpdoc/dwriter.pp

+ 1 - 1
utils/fpdoc/dwriter.pp

@@ -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