To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87130





------- Additional comments from [EMAIL PROTECTED] Mon Mar 17 13:39:42 +0000 
2008 -------
I had similar issues in dbaccess module. My build broke with following errors.

...

../../../wntmsci11.pro/inc\AutoControls.hrc : warning C4819: The file contains a
character that cannot be represented in the current code page (949). Save the
file in Unicode format to prevent data loss
../../../wntmsci11.pro/inc\AutoControls.hrc(237) : error C2001: newline in 
constant
../../../wntmsci11.pro/inc\AutoControls.hrc(334) : error C2001: newline in 
constant
../../../wntmsci11.pro/inc\AutoControls.hrc(529) : error C2001: newline in 
constant
../../../wntmsci11.pro/inc\AutoControls.hrc(621) : warning C4819: The file
contains a character that cannot be represented in the current code page (949).
Save the file in Unicode format to prevent data loss
../../../wntmsci11.pro/inc\AutoControls.hrc(631) : error C2001: newline in 
constant
../../../wntmsci11.pro/inc\AutoControls.hrc(1014) : warning C4819: The file
contains a character that cannot be represented in the current code page (949).
Save the file in Unicode format to prevent data loss
../../../wntmsci11.pro/inc\AutoControls.hrc(1532) : warning C4819: The file
contains a character that cannot be represented in the current code page (949).
Save the file in Unicode format to prevent data loss
../../../wntmsci11.pro/inc\AutoControls.hrc(1664) : error C2295: escaped ''' :
is illegal in macro definition
../../../wntmsci11.pro/inc\AutoControls.hrc(1664) : error C2295: escaped ''' :
is illegal in macro definition
../../../wntmsci11.pro/inc\AutoControls.hrc(1742) : error C2162: expected macro
formal parameter
...

To fix the issue, I had to convert the encoding of following two files from
iso-8859-1 to cp949 with iconv ($ iconv -c -f iso-8859-1 -t cp949 ).

/dbaccess/wntmsci11.pro/inc/AutoControls.hrc
/solver/300/wntmsci11.pro/inc/svx/globlmn.hrc
.

FYI, there was no such issues without enabling localized version. I guess that
it could be a simple workaround to change system default language(default code
page) to build localized version.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to