Преглед на файлове

Added note about limitations

Jason Southwell преди 6 години
родител
ревизия
a3c038de8a
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -55,6 +55,10 @@ Four Demos are provided for your assistance...
 * QREncoderVCL - A VCL Demo showing an encoder with a high level of customization.
 * QREncoderFMX - An FMX Demo Showing an encoder with a high leverl of customization.
 
+## Known Limitations
+
+The only supported encodings right now are Numeric, AlphaNumeric and Byte. Kanji and other advanced encodings are not yet supported.  Full unicode support is supported by most readers via reading Byte encoding as UTF8.  When you assign a string that does not qualify as Numeric or AlphaNumeric, UTF8 is used and stored as byte encoding.
+
 
 > Copyright (c) 2019 by Jason Southwell
 >