E Grant
|
| Posted: 08/12/2002, 11:05 PM |
|
Hello-
I've seen several references to this problem by others and have tried their solutions (changing the character set in the xml file), but the error persists.
Actual error is:
Unable to import the specified XML file with Regional Options
File: English.xml
Error: System does not support the specified encoding.
Happens just after the CC splash screen on launch. Happens again when trying to open any project (mine or the examples). I'm running Win98 (USA version). This machine used to be able to run CC w/o the error - but lately tried to run it again after a couple of months hiatus and the error cropped up.
I may have installed v4 of the MS XML parser (newest) in the mean time, is that the problem?
Any suggestions?
Thank you,
Eric Grant
|
|
|
 |
Nicole
|
| Posted: 08/13/2002, 7:27 AM |
|
Eric,
1. Please make sure that your system supports English language,
this can be done by opening Control Panel/Regional settings.
While it is done, test any CC example. If the problem persists, then
2. Open English.xml, and find lines:
<?xml version="1.0" encoding="ISO-8859-1"?>
<Messages Encoding="ISO-8859-1">
then change them to: us, us-ascii, ISO646-US, iso8859-1, iso_8859-1, ascii. E.g.
<?xml version="1.0" encoding="us"?>
<Messages Encoding="us">
|
|
|
 |
E Grant
|
| Posted: 08/13/2002, 10:19 PM |
|
Nicole-
Thanks for the quick response. However, after going through your suggestions, the error persists. My control panel is set to "English (United States)" and my English.xml file reads:
<?xml version="1.0" encoding="us"?>
<Messages Encoding="us">
Do you have another suggestion? If you were me, what would you try next?
Thanks again,
Eric
|
|
|
 |
Nicole
|
| Posted: 08/14/2002, 2:19 AM |
|
Eric,
please try to use several other encodings. The list of all of them is available in MSDN: http://msdn.microsoft.com/library/default.asp?url=/work...nce/charset.asp
|
|
|
 |
|