diff --git a/components/tparadoxdataset/lazparadoxpkg.lpk b/components/tparadoxdataset/lazparadoxpkg.lpk
index ec2b795d2..d37f63e1f 100644
--- a/components/tparadoxdataset/lazparadoxpkg.lpk
+++ b/components/tparadoxdataset/lazparadoxpkg.lpk
@@ -26,7 +26,7 @@
Read-only, no indexes, no sorting
Tested on Win and Linux gtk2/qt (32bit/64bit)"/>
-
+
diff --git a/components/tparadoxdataset/readme.txt b/components/tparadoxdataset/readme.txt
index cffb79387..63758a3b3 100644
--- a/components/tparadoxdataset/readme.txt
+++ b/components/tparadoxdataset/readme.txt
@@ -78,7 +78,7 @@ The main characteristics are:
in property TargetEncoding which defaults to "UTF8". In the case that text
fields must be encoded differently specify the codepage name here, e.g.
"CP1252" for Western Europe code page (use the (case-insensitive) names
- given in the LazUtils unit lconvencoding).
+ given in the LazUtils unit lconvencoding). (*)
* Filtering: Set Filtered to false. Then define the filter conditon in property
Filter or use the OnFilterRecord event. Finally start the filtering action
@@ -90,3 +90,8 @@ The main characteristics are:
Since the component uses the RecNo as bookmarks it is not required to call
FreeBookmark.
+-----
+(*) Remark for v0.2.2:
+InputEncoding has been made a writable property. If you know the encoding
+of the text fields, but TParadoxDataset fails to detect it correctly, specify
+here the correct code page.