Changeset 888 for trunk/Packages/Common/UTF8.php
- Timestamp:
- Nov 24, 2020, 10:58:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/UTF8.php
r887 r888 526 526 } 527 527 528 function ToUTF8string ($String, string $Charset = 'iso2'): string528 function ToUTF8string(string $String, string $Charset = 'iso2'): string 529 529 { 530 530 $Result = '';
Note:
See TracChangeset
for help on using the changeset viewer.