1 diff --git a/src/dsm.cpp b/src/dsm.cpp
2 index 1b74285c5d72..efd8f443ca02 100755
6 /***************************************************************************
7 * TWAIN Data Source Manager version 2.1
8 * Manages image acquisition data sources used by a machine.
9 - * Copyright © 2007 TWAIN Working Group:
10 + * Copyright (C) 2007 TWAIN Working Group:
11 * Adobe Systems Incorporated,AnyDoc Software Inc., Eastman Kodak Company,
12 * Fujitsu Computer Products of America, JFL Peripheral Solutions Inc.,
13 * Ricoh Corporation, and Xerox Corporation.
15 /*! \mainpage Data Source Manager
17 * The Source Manager provides the communication path between the
18 - * Application and the Source, supports the user’s selection of a
19 + * Application and the Source, supports the user's selection of a
20 * Source, and loads the Source for access by the Application.
21 * Communications from Application to Source Manager or the Source
22 * to Source Manager (via DAT_NULL) arrive in exclusively through
27 - * Copyright © 2007 TWAIN Working Group: Adobe Systems Incorporated,
28 + * Copyright (C) 2007 TWAIN Working Group: Adobe Systems Incorporated,
29 * AnyDoc Software Inc., Eastman Kodak Company,
30 * Fujitsu Computer Products of America, JFL Peripheral Solutions Inc.,
31 * Ricoh Corporation, and Xerox Corporation.
32 diff --git a/src/dsm.h b/src/dsm.h
33 index f7afb316d3de..c156d3843a9e 100755
37 /***************************************************************************
38 * TWAIN Data Source Manager version 2.1
39 * Manages image acquisition data sources used by a machine.
40 - * Copyright © 2007 TWAIN Working Group:
41 + * Copyright (C) 2007 TWAIN Working Group:
42 * Adobe Systems Incorporated,AnyDoc Software Inc., Eastman Kodak Company,
43 * Fujitsu Computer Products of America, JFL Peripheral Solutions Inc.,
44 * Ricoh Corporation, and Xerox Corporation.