Changeset 946 for trunk/Packages/Common/UTF8.php
- Timestamp:
- Mar 7, 2023, 10:37:14 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/UTF8.php
r888 r946 526 526 } 527 527 528 function ToUTF8 string(string $String, string $Charset = 'iso2'): string528 function ToUTF8(string $String, string $Charset = 'iso2'): string 529 529 { 530 530 $Result = '';
Note:
See TracChangeset
for help on using the changeset viewer.