wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
class.EncodingUtil.php File Reference

Go to the source code of this file.

Classes

class  EncodingUtil
 

Variables

 $CP1252Map
 

Variable Documentation

$CP1252Map

wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH

Licensed under the terms of any of the following licenses at your choice:

See the license.txt file distributed with this work for additional information.

Id:
class.EncodingUtil.php 1462 2014-02-04 23:52:27Z iherwig

This structure encodes the difference between ISO-8859-1 and Windows-1252, as a map from the UTF-8 encoding of some ISO-8859-1 control characters to the UTF-8 encoding of the non-control characters that Windows-1252 places at the equivalent code points. code from: http://de3.php.net/manual/de/function.utf8-encode.php#45226

Definition at line 28 of file class.EncodingUtil.php.

Referenced by EncodingUtil\convertCp1252Utf8ToIso(), EncodingUtil\convertIsoToCp1252Utf8(), and EncodingUtil\utf8EncodeMix().