Skip to content

Commit 5c3a3c7

Browse files
Remove non windows-1252 characters
1 parent 4b79340 commit 5c3a3c7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/common/EpcDocument.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ under the License.
2727

2828
namespace COMMON_NS
2929
{
30-
/** @brief EPC is an implementation of the Open Packaging Conventions (OPC), a widely used container-file technology
30+
/** @brief EPC is an implementation of the Open Packaging Conventions (OPC), a widely used container-file technology
3131
* that allows multiple types of files to be bundled together into a single package.
3232
* Built on the widely used ZIP file structure and originally created by Microsoft, OPC is now an open standard supported by these standards organizations:
3333
* - Ecma International (http://www.ecma-international.org/publications/standards/Ecma-376.htm )
3434
* - ISO/IEC 29500-2:2012, which has 4 parts, which are all freely available at this link (http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html ).
35-
* An EPC file (or package) is a ZIP file, which may be unzipped to view its components.
35+
* An EPC file (or package) is a ZIP file, which may be "unzipped" to view its components.
3636
* When implemented as part of an Energistics standard, the zipping/unzipping is done using the OPC libraries (per the EPC Specification).
3737
*/
3838
class EpcDocument : public DataFeeder

swig/swigModule.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3962,12 +3962,12 @@ import java.lang.AutoCloseable;
39623962
delete();
39633963
}
39643964
%}
3965-
/** @brief EPC is an implementation of the Open Packaging Conventions (OPC), a widely used container-file technology
3965+
/** @brief EPC is an implementation of the Open Packaging Conventions (OPC), a widely used container-file technology
39663966
* that allows multiple types of files to be bundled together into a single package.
39673967
* Built on the widely used ZIP file structure and originally created by Microsoft, OPC is now an open standard supported by these standards organizations:
39683968
* - Ecma International (http://www.ecma-international.org/publications/standards/Ecma-376.htm )
39693969
* - ISO/IEC 29500-2:2012, which has 4 parts, which are all freely available at this link (http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html ).
3970-
* An EPC file (or package) is a ZIP file, which may be unzipped to view its components.
3970+
* An EPC file (or package) is a ZIP file, which may be "unzipped" to view its components.
39713971
* When implemented as part of an Energistics standard, the zipping/unzipping is done using the OPC libraries (per the EPC Specification).
39723972
*/
39733973
class EpcDocument

0 commit comments

Comments
 (0)