Add some commented code to remind the user that the client can accept many charsets now
[plcapi.git] / src / Server.php
index 20ec5a0..9b4c59d 100644 (file)
@@ -51,7 +51,8 @@ class Server
     public $allow_system_funcs = true;
     /**
      * List of charset encodings natively accepted for requests.
-     *  Set at constructor time.
+     * Set at constructor time.
+     * UNUSED so far...
      */
     public $accepted_charset_encodings = array();
     /**