Ignore:
Timestamp:
Mar 7, 2023, 10:37:14 PM (15 months ago)
Author:
chronos
Message:
  • Fixed: Typos in Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/UTF8.php

    r888 r946  
    526526  }
    527527
    528   function ToUTF8string(string $String, string $Charset = 'iso2'): string
     528  function ToUTF8(string $String, string $Charset = 'iso2'): string
    529529  {
    530530    $Result = '';
Note: See TracChangeset for help on using the changeset viewer.